Re: [PATCHES] pgpipe error reporting

2004-06-10 Thread Bruce Momjian
Patch applied. Thanks. --- Magnus Hagander wrote: > This patch updates pgpipe() on win32 to log exactly which part of the > call fails when it does. (As it is now, there is no way to figure out > the point of error). Shoul

[PATCHES] pgpipe error reporting

2004-06-07 Thread Magnus Hagander
This patch updates pgpipe() on win32 to log exactly which part of the call fails when it does. (As it is now, there is no way to figure out the point of error). Shouldn't be a problem since it's most defintily not a performance-critical path (only called on pgstat startup ATM). This should help us