Re: meson vs mingw, plpython, readline and other fun

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org, Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: meson vs mingw, plpython, readline and other fun
Date: 2022-09-28 19:33:17
Message-ID: 20220928193317.xj4b7jqeh57ctbie@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-09-27 19:27:24 -0700, Andres Freund wrote:
> Stared too long at the screen to figure all of this out. Food next. I'll clean
> the patches up later tonight or tomorrow morning.

Attached:

0001 - meson: windows: Normalize slashes in prefix
0002 - meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap work
0003 - meson: mingw: Allow multiple definitions
0004 - meson: Implement getopt logic from autoconf
0005 - mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc
0006 - meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readline

0005 is the one that I'd most like review for. The rest just affect meson, so
I'm planning to push them fairly soon - review would nevertheless be nice.

Greetings,

Andres Freund

Attachment Content-Type Size
v1-0001-meson-windows-Normalize-slashes-in-prefix.patch text/x-diff 1.3 KB
v1-0002-meson-pg_regress-Define-a-HOST_TUPLE-sufficient-t.patch text/x-diff 1.7 KB
v1-0003-meson-mingw-Allow-multiple-definitions.patch text/x-diff 1.1 KB
v1-0004-meson-Implement-getopt-logic-from-autoconf.patch text/x-diff 2.0 KB
v1-0005-mingw-Define-PGDLLEXPORT-as-__declspec-dllexport-.patch text/x-diff 1.5 KB
v1-0006-meson-mingw-Add-Wl-disable-auto-import-enable-whe.patch text/x-diff 2.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2022-09-28 19:47:55 Re: A potential memory leak on Merge Join when Sort node is not below Materialize node
Previous Message Thomas Munro 2022-09-28 19:31:52 Re: longfin and tamandua aren't too happy but I'm not sure why