Re: Compilation issue on Solaris. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Compilation issue on Solaris.
Date
Msg-id 256399.1657463221@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compilation issue on Solaris.  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Compilation issue on Solaris.
List pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> Something bothers me about adding yet more clutter to every compile
> line for the rest of time to solve a problem that exists only for
> unpatched systems, and also that it's not even really a Solaris thing,
> it's a C11 thing.

I tend to agree with this standpoint: if it's only a warning, and
it only appears in a small range of not-up-to-date Solaris builds,
then a reasonable approach is "update your system if you don't want
to see the warning".

A positive argument for doing nothing is that there's room to worry
whether -D__STDC_WANT_LIB_EXT1__ might have any side-effects we
*don't* want.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Dong Wook Lee
Date:
Subject: pg_waldump got an error with waldump file generated by initdb
Next
From: Tom Lane
Date:
Subject: Re: Cleaning up historical portability baggage