Hello! I got an error:
the current transaction is interrupted, commands until the end of the transaction block are ignored
Do you have any ideas about it? In my code if transaction failed I run:
pgPool.cancelTransaction();
But it's seems that it did not helped in some case.