On Tue, Jul 19, 2022 at 01:13:34PM +0900, Michael Paquier wrote: > > It looks like you named the table "toast_relfilenodes", but then also store > > to it data for non-toast tables. > > How about naming that index_relfilenodes? One difference with what I > posted previously and 5fb5b6 is the addition of an extra regclass that > stores the parent table, for reference in the output.
Looks fine > - 'CREATE TABLE toast_relfilenodes (parent regclass, indname regclass, > relfilenode oid);' > + 'CREATE TABLE index_relfilenodes (parent regclass, indname regclass, > relfilenode oid);' -- Justi