pgsql: pg_amcheck: Keep trying to fix the tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_amcheck: Keep trying to fix the tests.
Date: 2021-03-13 05:06:59
Message-ID: E1lKwUN-0000xx-Ny@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_amcheck: Keep trying to fix the tests.

Fix another example of non-portable option ordering in the tests.
Oversight in 24189277f.

Mark Dilger

Discussion: https://postgr.es/m/C37D28BA-3BA3-4776-B812-17F05F3472D8@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e294d0f34d6e3e4fecf6f190b48862988934cde

Modified Files
--------------
src/bin/pg_amcheck/t/003_check.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-03-13 15:59:17 pgsql: In pg_amcheck tests, don't depend on perl's Q/q pack code.
Previous Message Thomas Munro 2021-03-13 04:23:01 pgsql: Fix new pthread code to respect --disable-thread-safety.