[PATCHES] pgstat EXEC_BACKEND

2004-03-08 Thread Claudio Natoli
For application to HEAD, following community review. Corrects a typo, introduces missing variables, and rearranges the initialization of stats process under EXEC_BACKEND. [A cleaner, rationalized approach to stat/backend/SSDataBase child processes under EXEC_BACKEND is on my TODO list. However

Re: [PATCHES] Update tests memory leak fix

2004-03-08 Thread Bruce Momjian
Got the diff -c now, thanks. --- Lee Kindness wrote: Sorry guys, last diff wasn't a context one! diff -c attached this time round... L. - Original Message - From: Lee Kindness To: [EMAIL PROTECTED] Cc:

Re: [PATCHES] ECPG: Update tests memory leak fix

2004-03-08 Thread Bruce Momjian
I need a context diff, diff -c. --- Lee Kindness wrote: See attached diff which corrects a per-thread memory leak in libecpg and changes the thread test program to create a user defined number of threads. Also attached

Re: [PATCHES] contrib/xml2 function name change and minor bitrot fix

2004-03-08 Thread Bruce Momjian
Patch applied by Neil (thanks). Thanks. --- John Gray wrote: Hi, I've done a bit of testing now and it seems that both sets of XML functions will coexist in the same database (they both load OK and I can use

Re: [PATCHES] log_line_info

2004-03-08 Thread Bruce Momjian
Andrew Dunstan wrote: I think this is now ready for application, unless someone objects. Since the last patch I posted, I have done the following: . changed the escapes to lower case, as Peter prefers. This is also in line with what Apache does, which is the nearest equivalent I can

Re: [PATCHES] log_line_info

2004-03-08 Thread Bruce Momjian
Oh, I also renamed it to log_line_prefix, which was one of your suggestions. And I also updated some of the documentation phrasing. I also marked the TODO item as completed. Thanks. --- Andrew Dunstan wrote: I think

Re: [PATCHES] PostgreSQL: libpq, win32 build

2004-03-08 Thread Bruce Momjian
This builds a debug version of the DLL's along with the non-debug version. Patch applied. Thanks. --- David Turner wrote: Hi release build uses the cl flags /MD /D NDEBUG. Usually the debug build has a D suffix