Fix duplicated test case in TAP tests of reindexdb

Michael Paquier <michael@paquier.xyz>

Commit: 0f1b0c0b60ef7b56bbccacd4307fdda8afa1a59b
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-03-02T04:19:11Z
Releases: 12.7
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

Files

PathChange+/−
src/bin/scripts/t/090_reindexdb.pl modified +3 −3

Discussion