Code

postgresql plugin: Restart a writer transaction if the writer's query failed.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 19:05:33 +0000 (20:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 19:05:33 +0000 (20:05 +0100)
commitf1afdb3de66275f48ca99ec57dafe4ac8b52bf97
tree2eb052694a9648c939cbe70f0dfad72c281611cd
parentf2ac9449d37058bf95be5ce6bfd6679ed4da7c50
postgresql plugin: Restart a writer transaction if the writer's query failed.

The failed query inside the transaction causes the transaction to be aborted
and all subsequent queries to fail as well.
src/postgresql.c