mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
pgindent run prior to branching v15.
pgperltidy and reformat-dat-files too. Not many changes.
This commit is contained in:
@ -122,7 +122,7 @@ bool bsysscan = false;
|
||||
* lookups as fast as possible.
|
||||
*/
|
||||
static FullTransactionId XactTopFullTransactionId = {InvalidTransactionId};
|
||||
static int nParallelCurrentXids = 0;
|
||||
static int nParallelCurrentXids = 0;
|
||||
static TransactionId *ParallelCurrentXids;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user