Re: psql or pgbouncer bug?

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
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 16:17:24
Message-ID: 4BF6B214.3060100@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-05-21 16:21:27 Re: psql or pgbouncer bug?
Previous Message Jakub Ouhrabka 2010-05-21 16:13:18 Re: psql or pgbouncer bug?