Re: [PATCH] Add native windows on arm64 support - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Add native windows on arm64 support
Date
Msg-id YxA4F7EB3SBenvva@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Add native windows on arm64 support  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Add native windows on arm64 support
List 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

Attachment

pgsql-hackers by date:

Previous
From: Dmitry Markman
Date:
Subject: question about access custom enum type from C
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Add tracking of backend memory allocated to pg_stat_activity