Re: pgstat: remove delayed destroy / pipe:

Поиск
Список
Период
Сортировка
От Peter Brant
Тема Re: pgstat: remove delayed destroy / pipe:
Дата
Msg-id 44460E0A020000BE00002FBD@gwmta.wicourts.gov
обсуждение исходный текст
Ответ на Re: pgstat: remove delayed destroy / pipe:  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: pgstat: remove delayed destroy / pipe:  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch for #2391: "Similar to" pattern matching does not operate as documented
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Two coverity non-bugs