pgsql: Fix duplicated test case in TAP tests of reindexdb

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix duplicated test case in TAP tests of reindexdb
Date: 2021-03-02 04:21:09
Message-ID: E1lGwWz-0001Sc-Jq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix duplicated test case in TAP tests of reindexdb

The same test for REINDEX (VERBOSE) was done twice, while it is clear
that the second test should use --concurrently. Issue introduced in
5dc92b8, for what looks like a copy-paste mistake.

Reviewed-by: Mark Dilger
Discussion: https://postgr.es/m/A7AE97EA-F4B0-4CAB-8FFF-3FECD31F9D63@enterprisedb.com
Backpatch-through: 12

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/621e8a603d5668467eac50ff13ce8a9006fd56be

Modified Files
--------------
src/bin/scripts/t/090_reindexdb.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-02 17:14:26 pgsql: Suppress unnecessary regex subre nodes in a couple more cases.
Previous Message Michael Paquier 2021-03-02 03:31:45 pgsql: Simplify code to switch pg_class.relrowsecurity in tablecmds.c