Re: BUG #15318: ERROR: current transaction is aborted, commands ignored until end of transaction block

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Nanda Kumar <nanda(dot)kumar(at)smartstream-stp(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15318: ERROR: current transaction is aborted, commands ignored until end of transaction block
Date: 2018-08-08 10:45:10
Message-ID: 12839951533725110@myt4-906d9f8e7e5f.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2018-08-09 07:53:21 BUG #15319: pg_stat_user_tables not showing last vacuum date
Previous Message Nanda Kumar 2018-08-08 10:27:53 RE: BUG #15318: ERROR: current transaction is aborted, commands ignored until end of transaction block