pgsql: meson: host_system value for Solaris is 'sunos' not 'solaris'. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: meson: host_system value for Solaris is 'sunos' not 'solaris'.
Date
Msg-id E1votFR-001lKY-3C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: host_system value for Solaris is 'sunos' not 'solaris'.

This thinko caused us to not substitute our own getopt() code,
which results in failing to parse long options for the postmaster
since Solaris' getopt() doesn't do what we expect.  This can be seen
in the results of buildfarm member icarus, which is the only one
trying to build via meson on Solaris.

Per consultation with pgsql-release, it seems okay to fix this
now even though we're in release freeze.  The fix visibly won't
affect any other platforms, and it can't break Solaris/meson
builds any worse than they're already broken.

Discussion: https://postgr.es/m/2471229.1770499291@sss.pgh.pa.us
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/59c2f7efaef665d1d3c47a4d3b72cf39bd03cffb

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Further error message fix
Next
From: Tom Lane
Date:
Subject: pgsql: Replace some hard-wired OID constants with corresponding macros.