]> 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:15:59 +0000 (19:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Jan 2004 19:15:59 +0000 (19:15 +0000)
commitbe11fa26e37f798be7d948b5ebbd3adf5e9aeb73
treefa79c8acda8d3c1d953b0648b324c6cb9a7cf148
parent7a14a72e08af5cc21cef4583ddbd645a1ab054dc
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