CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/26 15:16:23
Modified files:
src/backend/access/transam: Tag: REL7_4_STABLE varsup.c
Log message:
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.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend