We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26116c commit 7923118Copy full SHA for 7923118
src/backend/access/transam/xact.c
@@ -219,7 +219,7 @@ static TransactionStateData TopTransactionStateData = {
219
false, /* entry-time xact r/o state */
220
false, /* startedInRecovery */
221
false, /* didLogXid */
222
- 0, /* parallelMode */
+ 0, /* parallelModeLevel */
223
NULL /* link to parent state block */
224
};
225
0 commit comments