From d05c6a701b8318a9b9ea7f1a478d86aa912b3517 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 11 Jun 2024 11:09:53 +1000 Subject: [PATCH v8] Add quotes for GUCs - real --- src/backend/utils/misc/guc_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c index 66ef451..ff9086e 100644 --- a/src/backend/utils/misc/guc_tables.c +++ b/src/backend/utils/misc/guc_tables.c @@ -3001,7 +3001,7 @@ struct config_int ConfigureNamesInt[] = {"log_min_duration_sample", PGC_SUSET, LOGGING_WHEN, gettext_noop("Sets the minimum execution time above which " "a sample of statements will be logged." - " Sampling is determined by log_statement_sample_rate."), + " Sampling is determined by \"log_statement_sample_rate\"."), gettext_noop("Zero logs a sample of all queries. -1 turns this feature off."), GUC_UNIT_MS }, -- 1.8.3.1