Improve catalog checking code in smgr handler

Description

Currently we try to decide if a table is catalog table or not by comparing the relfilenode, treating it as an Oid. But this is not always true, for example we can vacuum full catalog tables, and after that they will get a new relfilenode, breaking that check.

How to document

None

How to test

None

Activity

Show:

Details

Assignee

Reporter

Components

Priority

Smart Checklist

Created March 19, 2025 at 9:21 AM
Updated last month
Loading...