Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM

Michael Paquier <michael@paquier.xyz>

Commit: 2b99ce10c2bc2b901cf2fe04f844f3983943bf9f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-07-21T02:00:48Z
Releases: 16.0
Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM

This renames the relation storing the relfilenode state into something
more generic as it also stores data for non-toast relations.  A
restriction on the number of digits used for the OID number when
filtering toast relation names is removed, while on it, as there is no
need for it.

Reported-by: Justin Pryzby
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/20220719022652.GE12702@telsasoft.com

Files

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

Discussion