Re: BUG #15318: ERROR: current transaction is aborted, commands ignored until end of transaction block - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15318: ERROR: current transaction is aborted, commands ignored until end of transaction block
Date
Msg-id 12839951533725110@myt4-906d9f8e7e5f.qloud-c.yandex.net
Whole thread Raw
In response to BUG #15318: ERROR: current transaction is aborted,commands ignored until end of transaction block  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
Hello
Please check your application error handling. And server logs.
You have error during execution some previous command in this transaction, even if your application hide this.

Postgresql ignore all commands (except rollback) if transaction was aborted. This is not bug.

regards, Sergei


pgsql-bugs by date:

Previous
From: Nanda Kumar
Date:
Subject: RE: BUG #15318: ERROR: current transaction is aborted, commandsignored until end of transaction block
Next
From: PG Bug reporting form
Date:
Subject: BUG #15319: pg_stat_user_tables not showing last vacuum date