Re: Array initialisation notation in syscache.c

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Array initialisation notation in syscache.c
Дата
Msg-id CA+hUKG+VyAixBPPL8xP8TgLY5NvOBuZKy+=KUB7xSFuHOyP83w@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@enterprisedb.com>)
Список pgsql-hackers
On Wed, Dec 21, 2022 at 1:33 PM Thomas Munro <thomas.munro@gmail.com> wrote:
>         KEY(Anum_pg_attribute_attrelid,
>             Anum_pg_attribute_attnum),

I independently rediscovered that our VA_ARGS_NARGS() macro in c.h
always returns 1 on MSVC via trial-by-CI.  Derp.  Here is the same
patch, no change from v2, but this time accompanied by Victor Spirin's
fix, which I found via one of the tab-completion-is-busted-on-Windows
discussions.  I can't supply a useful commit message, because I
haven't understood why it works, but it does indeed seem to work and
this should make cfbot green.

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: New strategies for freezing, advancing relfrozenxid early
Следующее
От: "Takamichi Osumi (Fujitsu)"
Дата:
Сообщение: assertion failures on BuildFarm that happened in slab.c