PG-275: Fix regression tests.

Removal of redundant file guc_1.out.

Adjusted guc.out to match query planning disabled by default.
This commit is contained in:
Diego Fronza
2021-11-12 14:42:17 -03:00
parent f1166c306a
commit 3be31d67e9
2 changed files with 1 additions and 40 deletions

View File

@@ -26,9 +26,8 @@ SELECT * FROM pg_stat_monitor_settings ORDER BY name COLLATE "C";
pg_stat_monitor.pgsm_overflow_target | 1 | 1 | Sets the overflow target for pg_stat_monitor | 0 | 1 | 1
pg_stat_monitor.pgsm_query_max_len | 1024 | 1024 | Sets the maximum length of query. | 1024 | 2147483647 | 1
pg_stat_monitor.pgsm_query_shared_buffer | 20 | 20 | Sets the maximum size of shared memory in (MB) used for query tracked by pg_stat_monitor. | 1 | 10000 | 1
pg_stat_monitor.pgsm_track_planning | 1 | 1 | Selects whether planning statistics are tracked. | 0 | 0 | 0
pg_stat_monitor.pgsm_track_utility | 1 | 1 | Selects whether utility commands are tracked. | 0 | 0 | 0
(14 rows)
(13 rows)
SELECT pg_stat_monitor_reset();
pg_stat_monitor_reset