Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier <michael@paquier.xyz>
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 by d10e41d, so backpatch down to 15 to keep all the branches consistent. Equivalent checks based on NO_SHOW_ALL could be added in check_GUC_init() when a GUC is initially loaded, but this can be done only on HEAD. Author: Nitin Jadhav Discussion: https://postgr.es/m/CAMm1aWaYe0muu3ABo7iSAgK+OWDS9yNe8GGRYnCyeEpScYKa+g@mail.gmail.com Backpatch-through: 15
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/guc.out | modified | +0 −28 |
| src/test/regress/sql/guc.sql | modified | +0 −13 |
Discussion
- Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl 26 messages · 2023-01-13 → 2023-02-22