mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Minor comment fix
This commit is contained in:
@@ -219,7 +219,7 @@ static TransactionStateData TopTransactionStateData = {
|
|||||||
false, /* entry-time xact r/o state */
|
false, /* entry-time xact r/o state */
|
||||||
false, /* startedInRecovery */
|
false, /* startedInRecovery */
|
||||||
false, /* didLogXid */
|
false, /* didLogXid */
|
||||||
0, /* parallelMode */
|
0, /* parallelModeLevel */
|
||||||
NULL /* link to parent state block */
|
NULL /* link to parent state block */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user