pgsql: meson: Implement getopt logic from autoconf - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: Implement getopt logic from autoconf
Date
Msg-id E1odigN-0004Sd-Ee@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Implement getopt logic from autoconf

Not replacing getopt/getopt_long definitely causes issues on mingw. It's not
as clear whether the solaris & openbsd aspect is still needed, but if not, we
should remove it from both autoconf and meson.

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

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Map ERROR_INVALID_NAME to ENOENT in mapping table of win32error.
Next
From: Andres Freund
Date:
Subject: pgsql: windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h