Fix duplicated test case in TAP tests of reindexdb
authorMichael Paquier <michael@paquier.xyz>
Tue, 2 Mar 2021 04:19:07 +0000 (13:19 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 2 Mar 2021 04:19:07 +0000 (13:19 +0900)
commit621e8a603d5668467eac50ff13ce8a9006fd56be
treef274361802c7d6e805ccc1109794f72855971b00
parent2688852a49ea52e5663c09f91cdcf43697e10814
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
src/bin/scripts/t/090_reindexdb.pl