On Thu, 2003-02-13 at 18:48, Laurette Cisneros wrote:
>
> Using 7.3.2 now.
>
> I noticed a slew of messages in my pgsql log like this:
> WARNING: COMMIT: no transaction in progress
>
> I'm wodering if this is related to the fact that there is now an option in
> the postgresql.conf file:
> autocommit=true
>
> Did 7.3.2 change the default behavior of the pgsql server in regards to
> soloton transactions?
>
>
Pre 7.3.* version issued "NOTICE: COMMIT: no transaction in progress"
instead of "WARNING". The different log level is probably why you didn't
see it before.
Robert Treat