Re: WARNING: 25P01: there is no transaction in progress - Mailing list pgsql-general

From Bill Moran
Subject Re: WARNING: 25P01: there is no transaction in progress
Date
Msg-id 20081001130216.7c6d69c9.wmoran@collaborativefusion.com
Whole thread Raw
In response to WARNING: 25P01: there is no transaction in progress  (Glyn Astill <glynastill@yahoo.co.uk>)
List pgsql-general
In response to Glyn Astill <glynastill@yahoo.co.uk>:

> Hi Chaps,
>
> I'm getting the aforementioned warning in my logs from a closed source piece of software.  The software helps us
convertover some old proprietary data files, and it's basically just done a COPY into a newly created table, after the
warningit then goes on to create some indexes. 
>
> I presume it's issuing some sort of commit or rollback without a begin, however the programs authors are telling me
that'snot the case and their software is not at fault. 
>
> Does anyone know if something else could be causing it?
>
> I've posted a detailed log here:
>
> http://privatepaste.com/cb0iywATbd
>
> .. if someone would be so kind to have a quick look I'd appreciate it. I've posted everything, so it's about 1000
lines.The warnings are on lines 459 and 475. 
>
> I've tried to follow the StartTransaction / Endtransaction lines and I don't think I can see an error there. Is there
apossibility its something in PortalRunUtility ? 

I don't recognize the format of that log output ... it looks a little too
low-level to be practical.

I recommend setting log_statement=all in postgresql.conf.  This will log
every statement that's executed to your PG log file, which should give you
an excellent view of what's actually happening.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran@collaborativefusion.com
Phone: 412-422-3463x4023

pgsql-general by date:

Previous
From: Glyn Astill
Date:
Subject: WARNING: 25P01: there is no transaction in progress
Next
From: Glyn Astill
Date:
Subject: Re: WARNING: 25P01: there is no transaction in progress