[PATCHES] win32 regress makefile

2004-02-28 Thread Claudio Natoli
For application to CVS HEAD, following community review. (very minor) Adds the -W flag to the pwd call under Win32. This allows directories, which are munged by sed, such as: /e/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data to be correctly passed as: e:/cygwin/opt/diff9c/pgsql/src/test/re

Re: [PATCHES] log_line_info

2004-02-28 Thread Andrew Dunstan
Bruce Momjian wrote: Andrew Dunstan wrote: Attached is a patch for tagging log lines produced by backends. It is not quite ready for application - this is for people to look over and play with. For my testing I used the following settings: log_connections = true log_disconnections = true

Re: [PATCHES] log_line_info

2004-02-28 Thread Andrew Dunstan
Bruce Momjian wrote: +case 'C': + j += snprintf(result+j,result_len-j,"%lx.%lx", +(long)(MyProcPort->session_start.tv_sec), +(long)MyProcPid); One other comment. Are you sure you want a per

Re: [PATCHES] win32 int/float test fixes

2004-02-28 Thread Bruce Momjian
Patch applied. Thanks. --- Claudio Natoli wrote: > > For application to HEAD, following community review. > > "Corrects" the int8/float4/float8 tests under win32. > > Cheers, > Claudio > > P.S. Starting to back up on w

Re: [PATCHES] log_line_info

2004-02-28 Thread Bruce Momjian
Andrew Dunstan wrote: > > Attached is a patch for tagging log lines produced by backends. It is > not quite ready for application - this is for people to look over and > play with. > > For my testing I used the following settings: > > log_connections = true > log_disconnections = true > log_li