psql or pgbouncer bug?

Поиск
Список
Период
Сортировка
От Jakub Ouhrabka
Тема psql or pgbouncer bug?
Дата
Msg-id 4BF6A496.2090106@comgate.cz
обсуждение исходный текст
Ответы Re: psql or pgbouncer bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: psql or pgbouncer bug?  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Re: psql or pgbouncer bug?  (Tom Molesworth <tom@audioboundary.com>)
Список pgsql-bugs
Hi,

can anyone tell me how this could happen, please?

database=# begin; update table set col = 100;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.
UPDATE 153
database=# ROLLBACK ;
WARNING:  there is no transaction in progress
ROLLBACK

The update was commited to database. This was psql 8.4 connectig to 8.2
server through pgbouncer 1.3.

It's not reproducible for me :-(

Any ideas?

Thanks,

Kuba

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #5468: Pg doesn't send accepted root CA list to client during SSL client cert request
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql or pgbouncer bug?