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

Content-Description: pipe_errmsg.patch

[ Attachment, skipping... ]

> 
> ---(end of broadcast)---
> TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

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

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[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 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
Description: pipe_errmsg.patch

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]