Re: psql or pgbouncer bug? - Mailing list pgsql-bugs

From Stefan Kaltenbrunner
Subject Re: psql or pgbouncer bug?
Date
Msg-id 4BF6B214.3060100@kaltenbrunner.cc
Whole thread Raw
In response to Re: psql or pgbouncer bug?  (Jakub Ouhrabka <kuba@comgate.cz>)
List pgsql-bugs
On 05/21/2010 12:13 PM, Jakub Ouhrabka wrote:
>> hmm yeah that is indeed a tad weird - are you actually using as
>> pool_mode and server_reset_query?
>
> pool_mode = session
>
> server_reset_query = RESET ALL; SET SESSION AUTHORIZATION DEFAULT;
> UNLISTEN *;

hmm - and you are really sure that the update got commited in the
end(even if you got the "UPDATE 153" it should have been rollbacked as
soon as the connection got dropped)?
If yes I'm puzzled as well on what happened here.

Stefan

pgsql-bugs by date:

Previous
From: Jakub Ouhrabka
Date:
Subject: Re: psql or pgbouncer bug?
Next
From: Tom Lane
Date:
Subject: Re: psql or pgbouncer bug?