pgsql: meson: mingw: Allow multiple definitions

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: mingw: Allow multiple definitions
Date: 2022-09-29 01:49:48
Message-ID: E1odigN-0004Sa-E9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: mingw: Allow multiple definitions

I didn't carry this forward from the win32 template. It's not needed anymore
for the reason stated therein, but it turns out to be required to
e.g. override getopt. Possibly a better solution exists, but that's for later.

Discussion: http://postgr.es/m/20220928022724.erzuk5v4ai4b53do@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/caeeabd11066a360c8a9986581da320dd5aa09b9

Modified Files
--------------
meson.build | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-29 05:02:14 pgsql: windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h
Previous Message Michael Paquier 2022-09-29 01:14:59 pgsql: Map ERROR_INVALID_NAME to ENOENT in mapping table of win32error.