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