Re: [PATCH] Add native windows on arm64 support

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Add native windows on arm64 support
Дата
Msg-id YxA4F7EB3SBenvva@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] Add native windows on arm64 support  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] Add native windows on arm64 support  (Ian Lawrence Barwick <barwick@gmail.com>)
Список pgsql-hackers
On Wed, Aug 31, 2022 at 10:22:06PM -0400, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
> > The input object could also be reworked so as we would not have any
> > ordering issues, say "<e>pre<f><g><n2>&deep</n2></g></f>post</e>".
> > Changing only the path, you could use "/e/n2" instead of "node()", so
> > as we'd always get the most internal member.
>
> Done that way.

Cool, thanks.  bowerbird looks happy after its first run.

An argument in favor of backpatching is if one decides to build the
code with MSVC and patch the scripts to enable ASLR.  However, nobody
has complained about that yet, so fine by me to leave this change only
on HEAD for now.
--
Michael

Вложения

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

Предыдущее
От: Dmitry Markman
Дата:
Сообщение: question about access custom enum type from C
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Add tracking of backend memory allocated to pg_stat_activity