Re: ObjectIdGetDatum() missing from SearchSysCache*() callers - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: ObjectIdGetDatum() missing from SearchSysCache*() callers
Date
Msg-id CAJ7c6TPaRHE2Jt=F2nbUQungA=1tbR4NCWjyWqXrbdiJHEANCQ@mail.gmail.com
Whole thread Raw
In response to Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Aleksander Alekseev <aleksander@timescale.com>)
List pgsql-hackers
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.

Added a CF entry, just in case:
https://commitfest.postgresql.org/44/4448/


-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: ObjectIdGetDatum() missing from SearchSysCache*() callers
Next
From: Garrett Thornburg
Date:
Subject: Looking for context around which event triggers are permitted