Re: psql or pgbouncer bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jakub Ouhrabka <kuba(at)comgate(dot)cz>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: psql or pgbouncer bug?
Date: 2010-05-21 15:28:56
Message-ID: 19976.1274455736@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Jakub Ouhrabka <kuba(at)comgate(dot)cz> writes:
> 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

What's in the postmaster log?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2010-05-21 15:33:50 Re: psql or pgbouncer bug?
Previous Message Jakub Ouhrabka 2010-05-21 15:19:50 psql or pgbouncer bug?