]> granicus.if.org Git - postgresql/commit
Repair incorrect order of operations in GetNewTransactionId(). We must
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Jan 2004 19:16:40 +0000 (19:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Jan 2004 19:16:40 +0000 (19:16 +0000)
commit1b25db6a3c333188a6e2fba3b5df8fc78eefc326
treefc3c1e4f970dcac903f7e5263c316957a912aa4d
parent15ae5d26a009f7c46fe9ca67a0bf8caedd83b58c
Repair incorrect order of operations in GetNewTransactionId().  We must
complete ExtendCLOG() before advancing nextXid, so that if that routine
fails, the next incoming transaction will try it again.  Per trouble
report from Christopher Kings-Lynne.
src/backend/access/transam/varsup.c