Re: pgstat: remove delayed destroy / pipe: - Mailing list pgsql-patches

From Peter Brant
Subject Re: pgstat: remove delayed destroy / pipe:
Date
Msg-id 44460E0A020000BE00002FBD@gwmta.wicourts.gov
Whole thread Raw
In response to Re: pgstat: remove delayed destroy / pipe:  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pgstat: remove delayed destroy / pipe:  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
I'm still planning on doing this.

I did add a loop around the second WSARecv in pgwin32_recv() as that
was our best guess about where the error was coming from.  As it turns
out, that's apparently not the case and I haven't had a chance to come
back to it yet.

It might be that my original patch (putting the loop in piperead()) is
the best approach.  All indications are that it fixes the problem and
it's the lowest impact change.  I'm still quite curious what API call is
returning the WSAEWOULDBLOCK though...

Pete

>>> Bruce Momjian <pgman@candle.pha.pa.us> 04/19/06 5:07 am >>>
Would someone generate a patch that includes all the new ideas and
post
it here?  Thanks.


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for #2391: "Similar to" pattern matching does not operate as documented
Next
From: Tom Lane
Date:
Subject: Re: Two coverity non-bugs