pgsql-server: This patch updates pgpipe() on win32 to log exactly which

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: This patch updates pgpipe() on win32 to log exactly which
Date: 2004-06-11 03:48:42
Message-ID: 20040611034842.5653AD1B233@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql-server/src/port:
pipe.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/port/pipe.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-06-11 03:55:19 pgsql-server: >> It certainly doesn't.
Previous Message Christopher Kings-Lynne 2004-06-11 03:41:22 Re: [COMMITTERS] pgsql-server: Clean up generation of default names