psql or pgbouncer bug?

From: Jakub Ouhrabka <kuba(at)comgate(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: psql or pgbouncer bug?
Date: 2010-05-21 15:19:50
Message-ID: 4BF6A496.2090106@comgate.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-05-21 15:28:56 Re: psql or pgbouncer bug?
Previous Message Magnus Hagander 2010-05-21 14:35:14 Re: BUG #5468: Pg doesn't send accepted root CA list to client during SSL client cert request