PG-178: Test cases fixes.

This commit is contained in:
Ibrar Ahmed
2021-02-15 13:08:08 +00:00
parent d3278c0e4c
commit a222adc587
7 changed files with 193 additions and 66 deletions

2
guc.c
View File

@@ -68,7 +68,7 @@ init_guc(void)
conf[i] = (GucVariable) {
.guc_name = "pg_stat_monitor.pgsm_track_utility",
.guc_desc = "Selects whether utility commands are tracked.",
.guc_default = 0,
.guc_default = 1,
.guc_min = 0,
.guc_max = 0,
.guc_restart = false,