]> granicus.if.org Git - postgresql/commit
This patch updates pgpipe() on win32 to log exactly which part of the
authorBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 2004 03:48:35 +0000 (03:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 11 Jun 2004 03:48:35 +0000 (03:48 +0000)
commita28d04e6eec0cc90f728eabef53fe0af446c3b7f
tree5b47ce9adeb3c374a52014018c4449f4f7d565ff
parent7643bed58ecc87eedf7da1ed1938e85ed770d2f8
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 debug the pipe error message that's on the win32
status page (which I myself have never been able to reproduce, and thus
haven't figured out a better way to debug yet)

Magnus Hagander
src/port/pipe.c