[PG-436] Merging REL_1_STABLE on to the main branch.

Merge remote-tracking branch 'origin/REL_1_STABLE'
This commit is contained in:
Hamid Akhtar
2022-06-17 17:41:31 +05:00
40 changed files with 339 additions and 182 deletions

2
guc.c
View File

@@ -75,7 +75,7 @@ init_guc(void)
conf[i] = (GucVariable) {
.guc_name = "pg_stat_monitor.pgsm_normalized_query",
.guc_desc = "Selects whether save query in normalized format.",
.guc_default = 1,
.guc_default = 0,
.guc_min = 0,
.guc_max = 0,
.guc_restart = false,