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
Список 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 по дате отправления: