]> 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:23 +0000 (19:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Jan 2004 19:16:23 +0000 (19:16 +0000)
commita51d4b8dc02b777080e6250b7164f5961cc59c84
treea9078731c3b3f3201b9945515999d38e070a3f56
parentac760b6bff6022f294c0d988f07e80abc0ac7a69
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