pgsql-server/src/backend/access/transam Tag: R ...
Started by Tom Laneover 22 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 04/01/26 15:16:41
Modified files:
src/backend/access/transam: Tag: REL7_3_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.