pgpipe error reporting

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: pgpipe error reporting
Date: 2004-06-07 20:14:01
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BBEB@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

<<pipe_errmsg.patch>>

Attachment Content-Type Size
pipe_errmsg.patch application/octet-stream 2.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-06-07 20:16:26 Re: [HACKERS] select like...not using index
Previous Message Magnus Hagander 2004-06-07 19:24:55 Re: [HACKERS] select like...not using index