1
0
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:
Tom Lane
2022-06-30 11:03:03 -04:00
parent f5135d2aba
commit 82d0ffae32
8 changed files with 37 additions and 17 deletions

View File

@ -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;
/*