pgsql: Remove SQL regression tests for GUCs related to NO_SHOW_ALL

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Date: 2023-02-08 07:57:22
Message-ID: E1pPfKU-0002sA-8r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7e84c65d5b2d694a669ae1db8ab1d6c51ef8596

Modified Files
--------------
src/test/regress/expected/guc.out | 28 ----------------------------
src/test/regress/sql/guc.sql | 13 -------------
2 files changed, 41 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-02-08 07:57:23 pgsql: Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Previous Message Michael Paquier 2023-02-08 04:11:13 pgsql: Make EXEC_BACKEND more convenient on Linux and FreeBSD.