Skip to content

Commit f955f8a

Browse files
fix sysviews expected info
1 parent 458585a commit f955f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/expected/sysviews.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)