File tree 2 files changed +8
-5
lines changed
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;
1086
1086
NOTICE: drop cascades to user mapping for public
1087
1087
DROP SERVER t2;
1088
1088
DROP 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
1089
1092
DROP FOREIGN DATA WRAPPER foo CASCADE;
1090
1093
NOTICE: 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
1096
1095
DROP SERVER s8 CASCADE;
1097
1096
NOTICE: drop cascades to 2 other objects
1098
1097
DETAIL: 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;
443
443
DROP SERVER t1 CASCADE;
444
444
DROP SERVER t2;
445
445
DROP 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
446
449
DROP FOREIGN DATA WRAPPER foo CASCADE;
450
+ \set VERBOSITY default
447
451
DROP SERVER s8 CASCADE;
448
452
DROP ROLE regress_test_indirect;
449
453
DROP ROLE regress_test_role;
You can’t perform that action at this time.
0 commit comments