From: Justin Pryzby Date: Sat, 3 Apr 2021 19:17:03 -0500 Subject: [PATCH v2 3/4] track_commit_timestamp is REPLICATION_SENDING If I'm not wrong, this was missed at 4bd8ed31b --- src/backend/utils/misc/guc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index e54209995d..2b9583cc77 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -1188,7 +1188,7 @@ static struct config_bool ConfigureNamesBool[] = check_bonjour, NULL, NULL }, { - {"track_commit_timestamp", PGC_POSTMASTER, REPLICATION, + {"track_commit_timestamp", PGC_POSTMASTER, REPLICATION_SENDING, gettext_noop("Collects transaction commit time."), NULL }, -- 2.17.0 --0eh6TmSyL6TZE2Uz Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0004-Change-force_parallel_mode-to-a-DEVELOPER-GUC-and.patch"