mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Revert "Use group updates when setting transaction status in clog."
This reverts commit ccce90b398. This
optimization is unsafe, at least, of rollbacks and rollbacks to
savepoints, but I'm concerned there may be other problematic cases as
well. Therefore, I've decided to revert this pending further
investigation.
This commit is contained in:
@@ -176,7 +176,7 @@ static TwoPhaseStateData *TwoPhaseState;
|
||||
/*
|
||||
* Global transaction entry currently locked by us, if any.
|
||||
*/
|
||||
GlobalTransaction MyLockedGxact = NULL;
|
||||
static GlobalTransaction MyLockedGxact = NULL;
|
||||
|
||||
static bool twophaseExitRegistered = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user