File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/regress/expected Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ select name, setting from pg_settings where name like 'enable%';
117117 enable_plpgsql_debug_print | off
118118 enable_pooler_debug_print | on
119119 enable_pooler_stuck_exit | off
120+ enable_pooler_thread_log_print | on
120121 enable_pullup_subquery | on
121122 enable_replication_slot_debug | off
122123 enable_sampling_analyze | on
@@ -128,7 +129,7 @@ select name, setting from pg_settings where name like 'enable%';
128129 enable_tidscan | on
129130 enable_transparent_crypt | on
130131 enable_user_authority_force_check | off
131- (56 rows)
132+ (57 rows)
132133
133134-- Test that the pg_timezone_names and pg_timezone_abbrevs views are
134135-- more-or-less working. We can't test their contents in any great detail
You can’t perform that action at this time.
0 commit comments