pgsql: Remove reindex_catalog test from test schedules.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove reindex_catalog test from test schedules.
Date: 2019-05-10 20:10:55
Message-ID: E1hPBr5-0004GG-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-05-10 20:58:30 Re: pgsql: docs: fist draft version of the PG 12 release notes
Previous Message Tom Lane 2019-05-10 18:57:04 pgsql: Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAtt