From: Peter Eisentraut Date: Sun, 18 Feb 2018 01:45:02 +0000 (-0500) Subject: Minor comment fix X-Git-Tag: REL_11_BETA1~762 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7923118c16aa3408a994f297d8bdd68292f45324;p=postgresql Minor comment fix --- diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index ea81f4b5de..dbaaf8e005 100644 --- a/src/backend/access/transam/xact.c +++ b/src/backend/access/transam/xact.c @@ -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 */ };