Re: [PATCHES] 8.0.0beta3 duration logging patch

2004-09-27 Thread Bruce Momjian
Ed L. wrote: > The attached patch forces queryless duration log statements to be turned off > in step with the log_statement directive. Without this patch, and with > log_statement = 'mod' and log_duration = true, there is no way to silence > SELECT query duration logging when quieting the logg

[PATCHES] 8.0.0beta3 duration logging patch

2004-09-27 Thread Ed L.
The attached patch forces queryless duration log statements to be turned off in step with the log_statement directive. Without this patch, and with log_statement = 'mod' and log_duration = true, there is no way to silence SELECT query duration logging when quieting the logging of SELECT queries

Re: [PATCHES] [HACKERS] Win32 Version numbering patch

2004-09-27 Thread Tom Lane
"Dave Page" <[EMAIL PROTECTED]> writes: > I was hoping this would be in for beta 3, but alas - can someone > *please* commit the win32 version patch at: > http://candle.pha.pa.us/mhonarc/patches/msg0.html Personally I was holding off in hopes of seeing a cleaner solution. A patch that requires

Re: [PATCHES] [pgsql-hackers-win32] VC++ psql build broken

2004-09-27 Thread Bruce Momjian
I have fixed this issue with Dave's help. --- Dave Page wrote: > > > > -Original Message- > > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > > Sent: 12 September 2004 14:59 > > To: Dave Page > > Cc: PgSQL Win32

Re: [PATCHES] [pgsql-hackers-win32] VC++ psql build broken

2004-09-27 Thread Bruce Momjian
I have applied the attached patch. I changed psqlscan to only require flex when it needs to rebuild the flex output: psqlscan.c: psqlscan.l $(FLEX) -Cfe -opsqlscan.c psqlscan.l Because we normally ship the flex output in the tarball I didn't bother to document th