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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM
Date: 2022-07-21 02:01:57
Message-ID: E1oELVk-000VaQ-GG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b99ce10c2bc2b901cf2fe04f844f3983943bf9f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2022-07-21 02:58:30 pgsql: docs: Improve pg_settings_get_flags docs.
Previous Message Michael Paquier 2022-07-21 01:42:46 pgsql: Fix various memory leaks in psql's describe commands \d*