Re: [INTERFACES] 6.4.2 psql/libpq not returning after error
В списке pgsql-interfaces по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [INTERFACES] 6.4.2 psql/libpq not returning after error |
| Дата | |
| Msg-id | 7431.922032689@sss.pgh.pa.us обсуждение |
| Ответ на | 6.4.2 psql/libpq not returning after error (John Wright <juggler@oaktree.co.uk>) |
| Список | pgsql-interfaces |
John Wright <juggler@oaktree.co.uk> writes:
> I've just installed postgres-6.4.2 after using 6.3.1 and I've noticed that
> when using psql and an error occurs psql locks up.
> SELECT 'XXX'::bool;
> will return an error using psql from 6.3.1 but will not return at all using
> the psql from 6.4.2.
It works for everyone else ... we could hardly have failed to notice
such an obvious problem ;-)
Are you perhaps trying to use a 6.4.x psql with a 6.3.x backend? (The
older postmaster should've refused such a connection in the first place,
however, so that doesn't seem likely.) It sounds like the backend is
failing to fflush() out the last few characters of its response, but
I'm at a loss to understand why that would be happening only for you
and not all over the place. You might try attaching to the backend
process and using gdb to see where it's sitting...
regards, tom lane
В списке pgsql-interfaces по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера