Code

postgresql plugin: Commit a transaction before shutting down a connection.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 20:11:36 +0000 (21:11 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 20:11:36 +0000 (21:11 +0100)
commit18a362183d43f2b539cf7687769c2c771070aa75
treec7dbaad346250edd8a8784cef3614ecc1a30f44b
parentadda7be62dd6ba9e4939d1a65f84ac055416266b
postgresql plugin: Commit a transaction before shutting down a connection.

Also, make sure to acquire the database lock before that in order to wait for,
for example, outstanding writers.
src/postgresql.c