On Tue, 2024-05-07 at 08:35 +0000, PG Bug reporting form wrote:
> ERROR: current transaction is aborted, commands ignored until end of transaction block
>
> We are still trying to find out how this could have happened.
This is not a bug, it is expected behavior.
If a statement in a transaction causes an error, all subsequent
statements in that transaction will receive that message until
you end the transaction with ROLLBACK or COMMIT (which will also
roll back).
Yours,
Laurenz Albe