Re: [PATCHES] [pgsql-hackers-win32] Repleacement for src/port/snprintf.c

2005-02-23 Thread Tom Lane
Kurt Roeckx <[EMAIL PROTECTED]> writes: > The configure test is a little broken. It needs to quote the > $'s. > I've rewritten the test a little. Applied, thanks. regards, tom lane ---(end of broadcast)--- TIP 8: explain a

Re: [PATCHES] optimize md5_text

2005-02-23 Thread Neil Conway
John Hansen wrote: Will this be backpatched to 8.0? Since it's just a performance optimization, I wasn't planning to backpatch it, no. I suppose the OOM fix might be worth backporting, although that is more of a theoretical problem than something I would expect to actually occur in practice. -N

Re: [PATCHES] optimize md5_text

2005-02-23 Thread John Hansen
Will this be backpatched to 8.0? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Neil Conway > Sent: Thursday, February 24, 2005 9:46 AM > To: pgsql-patches > Subject: Re: [PATCHES] optimize md5_text > > Neil Conway wrote: > > This patch optimizes

Re: [PATCHES] A way to let Vacuum warn if FSM settings are low.

2005-02-23 Thread Tom Lane
Ron Mayer <[EMAIL PROTECTED]> writes: > +if (needed > MaxFSMPages) > +ereport(WARNING, > +(errmsg("max_fsm_pages(%d) is smaller than total pages > needed(%.0f)", > + MaxFSMPages, needed))); An unconditional WARNING seems a bit strong to me for a case that is no

[PATCHES] A way to let Vacuum warn if FSM settings are low.

2005-02-23 Thread Ron Mayer
Short summary: I find this tiny (9-line) patch useful to help my clients know when FSM settings may need updating. Some of the more frequently asked questions here are in regards to FSM settings. One hint I've seen is to run "vacuum verbose;". At the end of thousands of lines of INFO and

Re: [PATCHES] optimize md5_text

2005-02-23 Thread Neil Conway
Neil Conway wrote: This patch optimizes the md5_text() function (which is used to implement the md5() SQL-level function). Applied. -Neil ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nom

[PATCHES] New FAQ questions. minor fixes

2005-02-23 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Added a new question about sorting with a NULL. Also some minor cleanups, especially in regards to some of the http links: is some automatic tool messing these up somehow? (many had spaces and odd breaks in the middle) - -- Greg Sabino Mullane [EM