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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, andres(at)anarazel(dot)de
Subject: Re: [meson] add missing pg_attribute_aligned for MSVC in meson build
Date: 2022-10-14 05:34:05
Message-ID: Y0j0zYZVGo7jTJ+A@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 14, 2022 at 10:59:28AM +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.
>
> [1]: https://www.postgresql.org/message-id/CAAaqYe-HbtZvR3msoMtk+hYW2S0e0OapzMW8icSMYTMA+mN8Aw@mail.gmail.com

Right, thanks! And it is possible to rely on _MSC_VER for that in
this code path.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Turoň 2022-10-14 05:38:29 Re: PG upgrade 14->15 fails - database contains our own extension
Previous Message Michael Paquier 2022-10-14 05:30:25 Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf