Skip to content
Snippets Groups Projects
Commit be11fa26 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 7a14a72e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment