Hi, > And inside pg_sequence_parameters: > pgstuple = SearchSysCache1(SEQRELID, relid);
Found another one in partcache.c: ``` /* Get pg_class.relpartbound */ tuple = SearchSysCache1(RELOID, RelationGetRelid(rel)); ``` I can't be 100% sure but it looks like that's all of them. PFA the updated patch v2. -- Best regards, Aleksander Alekseev
v2-0001-Pass-Datum-to-SearchSysCache-instead-of-Oid.patch
Description: Binary data