forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb7e84c6
committed
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
No GUCs that use NO_SHOW_ALL are reported in pg_show_all_settings(),hence trying to check combinations of flags related to it is pointless.These queries have been introduced byd10e41d, so backpatch down to 15to keep all the branches consistent. Equivalent checks based onNO_SHOW_ALL could be added in check_GUC_init() when a GUC is initiallyloaded, but this can be done only on HEAD.Author: Nitin JadhavDiscussion:https://postgr.es/m/CAMm1aWaYe0muu3ABo7iSAgK+OWDS9yNe8GGRYnCyeEpScYKa+g@mail.gmail.comBackpatch-through: 151 parent9ed50ab commitb7e84c6
2 files changed
+0
-41
lines changedLines changed: 0 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
841 | 841 |
| |
842 | 842 |
| |
843 | 843 |
| |
844 |
| - | |
845 | 844 |
| |
846 | 845 |
| |
847 | 846 |
| |
| |||
880 | 879 |
| |
881 | 880 |
| |
882 | 881 |
| |
883 |
| - | |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 |
| - | |
891 |
| - | |
892 |
| - | |
893 |
| - | |
894 |
| - | |
895 |
| - | |
896 |
| - | |
897 |
| - | |
898 |
| - | |
899 |
| - | |
900 |
| - | |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 |
| - | |
905 |
| - | |
906 |
| - | |
907 |
| - | |
908 |
| - | |
909 |
| - | |
910 | 882 |
| |
911 | 883 |
| |
912 | 884 |
| |
|
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
330 | 329 |
| |
331 | 330 |
| |
332 | 331 |
| |
| |||
349 | 348 |
| |
350 | 349 |
| |
351 | 350 |
| |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 | 351 |
| |
365 | 352 |
| |
366 | 353 |
| |
|
0 commit comments
Comments
(0)