From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "shiy(dot)fnst(at)fujitsu(dot)com" <shiy(dot)fnst(at)fujitsu(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Peter Geoghegan <pg(at)bowt(dot)ie>, "wangw(dot)fnst(at)fujitsu(dot)com" <wangw(dot)fnst(at)fujitsu(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, samay sharma <smilingsamay(at)gmail(dot)com>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [RFC] building postgres with meson - v13 |
Date: | 2022-10-15 19:10:00 |
Message-ID: | 20221015191000.5fdeof4kioz742js@awork3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On 2022-10-13 23:35:14 -0400, Tom Lane wrote:
> "shiy(dot)fnst(at)fujitsu(dot)com" <shiy(dot)fnst(at)fujitsu(dot)com> writes:
> > On Fri, Oct 14, 2022 12:40 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> >> It'd be a fair amount of work, both initially and to maintain it, to generate
> >> something compatible. I can see some benefit in showing some feature
> >> influencing output in --configure, but compatible output doesn't seem worth it
> >> to me.
>
> > And it's ok for me that the output is not exactly the same as before.
>
> Yeah, the output doesn't have to be exactly the same.
Seems like we should have a different pg_config flag for meson options than
for configure, and perhaps separately an option to show the buildsystem?
Maybe --buildsystem -> autoconf|meson, --configure -> existing CONFIGURE_ARGS
for autoconf, empty otherwise, --meson-options -> meson options?
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-10-15 20:05:04 | Re: [meson] add missing pg_attribute_aligned for MSVC in meson build |
Previous Message | Andres Freund | 2022-10-15 19:02:14 | Re: [meson] add missing pg_attribute_aligned for MSVC in meson build |