File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -1086,13 +1086,12 @@ DROP SERVER t1 CASCADE;
10861086NOTICE: drop cascades to user mapping for public
10871087DROP SERVER t2;
10881088DROP USER MAPPING FOR regress_test_role SERVER s6;
1089+ -- This test causes some order dependent cascade detail output,
1090+ -- so switch to terse mode for it.
1091+ \set VERBOSITY terse
10891092DROP FOREIGN DATA WRAPPER foo CASCADE;
10901093NOTICE: drop cascades to 5 other objects
1091- DETAIL: drop cascades to server s4
1092- drop cascades to user mapping for foreign_data_user
1093- drop cascades to server s6
1094- drop cascades to server s9
1095- drop cascades to user mapping for unprivileged_role
1094+ \set VERBOSITY default
10961095DROP SERVER s8 CASCADE;
10971096NOTICE: drop cascades to 2 other objects
10981097DETAIL: drop cascades to user mapping for foreign_data_user
Original file line number Diff line number Diff line change @@ -443,7 +443,11 @@ DROP SERVER s5 CASCADE;
443443DROP SERVER t1 CASCADE;
444444DROP SERVER t2;
445445DROP USER MAPPING FOR regress_test_role SERVER s6;
446+ -- This test causes some order dependent cascade detail output,
447+ -- so switch to terse mode for it.
448+ \set VERBOSITY terse
446449DROP FOREIGN DATA WRAPPER foo CASCADE;
450+ \set VERBOSITY default
447451DROP SERVER s8 CASCADE;
448452DROP ROLE regress_test_indirect;
449453DROP ROLE regress_test_role;
You can’t perform that action at this time.
0 commit comments