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

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: ObjectIdGetDatum() missing from SearchSysCache*() callers
Дата
Msg-id CAJ7c6TMU7L3nQQSebUJJ6G2fp4E9o3kVnkRjmaOi3wG6Jxb8KA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Zhang Mingli <zmlpostgres@gmail.com>)
Ответы Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Aleksander Alekseev <aleksander@timescale.com>)
Re: ObjectIdGetDatum() missing from SearchSysCache*() callers  (Michael Paquier <michael@paquier.xyz>)
Список 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.

-- 
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Stéphane Tachoires
Дата:
Сообщение: Re: [PATCH] Automatic HASH and LIST partition creation
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: ObjectIdGetDatum() missing from SearchSysCache*() callers