Re: ObjectIdGetDatum() missing from SearchSysCache*() callers

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Zhang Mingli <zmlpostgres(at)gmail(dot)com>
Subject: Re: ObjectIdGetDatum() missing from SearchSysCache*() callers
Date: 2023-07-17 14:38:41
Message-ID: CAJ7c6TPaRHE2Jt=F2nbUQungA=1tbR4NCWjyWqXrbdiJHEANCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Garrett Thornburg 2023-07-17 14:56:36 Looking for context around which event triggers are permitted
Previous Message Aleksander Alekseev 2023-07-17 14:33:42 Re: ObjectIdGetDatum() missing from SearchSysCache*() callers