ObjectIdGetDatum() missing from SearchSysCache*() callers

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема ObjectIdGetDatum() missing from SearchSysCache*() callers
Дата
Msg-id ZLUhqsqQN1MOaxdw@paquier.xyz
обсуждение исходный текст
Ответы Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Aleksander Alekseev <aleksander@timescale.com>)
Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Zhang Mingli <zmlpostgres@gmail.com>)
Список pgsql-hackers
Hi all,

While scanning the code, I have noticed that a couple of code paths
that do syscache lookups are passing down directly Oids rather than
Datums.  I think that we'd better be consistent here, even if there is
no actual bug.

I have noticed 11 callers of SearchSysCache*() that pass down
an Oid instead of a Datum.

Thoughts or comments?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: doc: clarify the limitation for logical replication when REPILICA IDENTITY is FULL
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Make mesage at end-of-recovery less scary.