pgsql: Remove pg_regress' never-documented "ignore" feature.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove pg_regress' never-documented "ignore" feature.
Date: 2023-01-10 01:34:36
Message-ID: E1pF3XA-002tqk-Jf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove pg_regress' never-documented "ignore" feature.

We aren't using this anymore in the wake of commit 09d517773,
so delete it. We can always revert this if some future use
emerges, but I think our standards for test quality are now
high enough that that will never happen.

Discussion: https://postgr.es/m/4173840.1673290336@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/regress/pg_regress.c | 60 ++++---------------------------------------
1 file changed, 5 insertions(+), 55 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-01-10 03:34:53 pgsql: Fix the display of lock information for specktoken.
Previous Message Tom Lane 2023-01-10 01:32:22 pgsql: Upgrade the random.sql regression test.