pgsql: Drop other index behind pg_upgrade test issue.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop other index behind pg_upgrade test issue.
Date: 2021-03-11 07:33:42
Message-ID: E1lKFpG-0008D2-2n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Drop other index behind pg_upgrade test issue.

Fix the test failure by dropping the index in question. Missed by
commit 57ae7885.

Per buildfarm member crake.

Backpatch: 11-12 only

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1cc33ab95ccea0e1e36651d57ca1c8088f9994c2

Modified Files
--------------
src/test/regress/expected/btree_index.out | 1 +
src/test/regress/sql/btree_index.sql | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-03-11 08:16:37 pgsql: Set libcrypto callbacks for all connection threads in libpq
Previous Message Peter Geoghegan 2021-03-11 07:08:39 Re: pgsql: Don't consider newly inserted tuples in nbtree VACUUM.