Re: Array initialisation notation in syscache.c

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Array initialisation notation in syscache.c
Дата
Msg-id CA+hUKGKUr+gBB1_P32ATJubfxOZwpBskTzH94vfHZvJpFDYXwg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Array initialisation notation in syscache.c  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: Array initialisation notation in syscache.c  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
From the light relief department, here is some more variadic macrology:

-       tp = SearchSysCache1(TSPARSEROID, ObjectIdGetDatum(prsId));
+       tp = SearchSysCache(TSPARSEROID, ObjectIdGetDatum(prsId));

Вложения

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

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Non-superuser subscription owners
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Add shared buffer hits to pg_stat_io