1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Minor comment fix

This commit is contained in:
Peter Eisentraut
2018-02-17 20:45:02 -05:00
parent a26116c6cb
commit 7923118c16

View File

@ -219,7 +219,7 @@ static TransactionStateData TopTransactionStateData = {
false, /* entry-time xact r/o state */
false, /* startedInRecovery */
false, /* didLogXid */
0, /* parallelMode */
0, /* parallelModeLevel */
NULL /* link to parent state block */
};