Re: [GENERAL] EndTransactionBlock error

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Graeme Merrall <gmerrall(at)email(dot)com>, pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] EndTransactionBlock error
Date: 2000-01-25 01:29:08
Message-ID: 388CFC64.F73C4F2F@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ed Loehr wrote:
>
> Correction: this message happens when you 'commit' but without
> anything to commit.
>
> % destroydb test; createdb test; psql -d test -c "commit"
> NOTICE: EndTransactionBlock and not inprogress/abort state
> END

And it seems to be a harmless occurrence, **assuming** you do not have
a logic error leading to an empty commit (a big assumption?).

Cheers,
Ed Loehr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barnes 2000-01-25 01:33:48 RE: [GENERAL] PostgreSQL running on Redhat 6.1 and VB6.0
Previous Message Ed Loehr 2000-01-25 01:25:54 Re: [GENERAL] EndTransactionBlock error