Re: pgpipe error reporting

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgpipe error reporting
Date: 2004-06-11 03:48:38
Message-ID: 200406110348.i5B3mcX24169@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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). 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>>

Content-Description: pipe_errmsg.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-06-11 03:54:22 Re: [HACKERS] select like...not using index
Previous Message Bruce Momjian 2004-06-11 03:40:37 Re: Compiling libpq with VisualC