mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@ -115,7 +115,7 @@ TransactionId *ParallelCurrentXids;
|
||||
* globally accessible, so can be set from anywhere in the code that requires
|
||||
* recording flags.
|
||||
*/
|
||||
int MyXactFlags;
|
||||
int MyXactFlags;
|
||||
|
||||
/*
|
||||
* transaction states - transaction state from server perspective
|
||||
@ -2641,7 +2641,8 @@ CleanupTransaction(void)
|
||||
* do abort cleanup processing
|
||||
*/
|
||||
AtCleanup_Portals(); /* now safe to release portal memory */
|
||||
AtEOXact_Snapshot(false, true); /* and release the transaction's snapshots */
|
||||
AtEOXact_Snapshot(false, true); /* and release the transaction's
|
||||
* snapshots */
|
||||
|
||||
CurrentResourceOwner = NULL; /* and resource owner */
|
||||
if (TopTransactionResourceOwner)
|
||||
@ -5646,8 +5647,8 @@ xact_redo(XLogReaderState *record)
|
||||
else if (info == XLOG_XACT_PREPARE)
|
||||
{
|
||||
/*
|
||||
* Store xid and start/end pointers of the WAL record in
|
||||
* TwoPhaseState gxact entry.
|
||||
* Store xid and start/end pointers of the WAL record in TwoPhaseState
|
||||
* gxact entry.
|
||||
*/
|
||||
PrepareRedoAdd(XLogRecGetData(record),
|
||||
record->ReadRecPtr,
|
||||
|
Reference in New Issue
Block a user