Re: [meson] add missing pg_attribute_aligned for MSVC in meson build

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [meson] add missing pg_attribute_aligned for MSVC in meson build
Дата
Msg-id 20221015190214.uy367sq6mulqzs7w@awork3.anarazel.de
обсуждение исходный текст
Ответ на [meson] add missing pg_attribute_aligned for MSVC in meson build  (Junwang Zhao <zhjwpku@gmail.com>)
Ответы Re: [meson] add missing pg_attribute_aligned for MSVC in meson build  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On 2022-10-14 10:59:28 +0800, Junwang Zhao wrote:
> Commit ec3c9cc add pg_attribute_aligned in MSVC[1],
> which was pushed one day before the meson commits,
> so meson build missed this feature.

Good catch. It shouldn't have practical consequences for the moment, given
that msvc doesn't support 128bit integers, but of course we should still be
correct.

Looked through other recent changes to configure and found a few additional
omissions.

See the attached patch fixing those omissions. I'll push it to HEAD once it
has the CI stamp of approval.

Greetings,

Andres Freund

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: PATCH: Using BRIN indexes for sorted output
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [RFC] building postgres with meson - v13