Minor comment fix

This commit is contained in:
Peter Eisentraut 2018-02-17 20:45:02 -05:00
parent a26116c6cb
commit 7923118c16
1 changed files with 1 additions and 1 deletions

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