Re: BUG #16678: The ecpg connect/test5 test sometimes fails on Windows
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #16678: The ecpg connect/test5 test sometimes fails on Windows |
| Дата | |
| Msg-id | 434311.1603135136@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #16678: The ecpg connect/test5 test sometimes fails on Windows (PG Bug reporting form <noreply@postgresql.org>) |
| Ответы |
Re: BUG #16678: The ecpg connect/test5 test sometimes fails on Windows
|
| Список | pgsql-bugs |
PG Bug reporting form <noreply@postgresql.org> writes: > It seems that on Windows the postmaster process can close a connection > before slow client receives a FATAL message. Yeah, we've come to that conclusion before, see for instance https://www.postgresql.org/message-id/flat/E1iaD8h-0004us-K9%40gemulon.postgresql.org I haven't heard any non-unpleasant ideas for working around it. One thought that might or might not improve matters is for the backend to explicitly close() the socket before exiting. We intentionally don't do that (cf 268313a95), but maybe doing it on Windows would be better than the existing issue --- assuming it fixes the issue, that is. regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера