pgsql: Remove reindex_catalog test from test schedules. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove reindex_catalog test from test schedules.
Date
Msg-id E1hPBr5-0004GG-W0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove reindex_catalog test from test schedules.

As none of the approaches for avoiding the deadlock issues seem
promising enough, and all the expected reindex related changes have
been made, apply 60c2951e1bab7e to master as well.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5997a8f4d7478ae6bac4dab12ca1f883e41a7aa1

Modified Files
--------------
src/test/regress/expected/reindex_catalog.out | 9 +++++++--
src/test/regress/parallel_schedule            | 5 -----
src/test/regress/serial_schedule              | 1 -
src/test/regress/sql/reindex_catalog.sql      | 9 +++++++--
4 files changed, 14 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Cope with EINVAL and EIDRM shmat() failures inPGSharedMemoryAtt
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes