Re: PGSQL - WARNING: 25P01: there is no transaction in progress

From: DNS <letanloc(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PGSQL - WARNING: 25P01: there is no transaction in progress
Date: 2007-05-04 13:54:23
Message-ID: 1178286863.038210.177180@u30g2000hsc.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Even desactivate Auto-vacuum didn't fix my issue. Is there any place
where I can see past transactions or transactions in queue that hasn't
been processed ?

Thank you,

On 2 mai, 10:02, alvhe(dot)(dot)(dot)(at)commandprompt(dot)com (Alvaro Herrera) wrote:
> DNS escribió:
>
> > On 27 avr, 19:17, t(dot)(dot)(dot)(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) wrote:
>
> > > This is just a warning, which most likely is there only because somebody
> > > typed COMMIT or ABORT unnecessarily. What problem are you actually having?
>
> > No one is working on the database when come up the warning. The
> > warning makes us worrier about the database but nothing serious on
> > database side.
>
> This is not possible. The server does not send this message all by
> itself. Maybe the driver or connection pooler you are using is sending
> a ROLLBACK command when it connects, to "clear up" the connection or
> something like that.
>
> --
> Alvaro Herrera http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2007-05-04 14:49:22 Re: PGSQL - WARNING: 25P01: there is no transaction in progress
Previous Message Evgeny Gridasov 2007-05-04 11:30:37 Re: BUG #3261: autovacuum starts regarding config setting