Improve catalog checking code in smgr handler
Description
How to document
None
How to test
None
Activity
Show:
Details
Assignee
UnassignedUnassignedReporter
Zsolt ParragiZsolt ParragiComponents
Fix versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Fix versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created March 19, 2025 at 9:21 AM
Updated last month
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.