Re: Windows build warnings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Windows build warnings
Date
Msg-id 3698888.1637593597@sss.pgh.pa.us
Whole thread Raw
In response to Re: Windows build warnings  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Windows build warnings
Re: Windows build warnings
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> .. but see
> https://postgr.es/m/CAH2-WznwWU+9on9nZCnZtk7uA238MCTgPxYr1Ty7U_Msn5ZGwQ@mail.gmail.com
> where this was already discussed.  I think if we're going to workaround
> PG_USED_FOR_ASSERTS_ONLY not actually working, we may as well get rid of
> it entirely.  My preference would be to fix it so that it works on more
> platforms (at least Windows in addition to GCC).

Yeah, I do not think there is a reason to change the code if it's using
PG_USED_FOR_ASSERTS_ONLY properly.  We should either make that macro
work on $compiler, or ignore such warnings from $compiler.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: An obsolete comment of pg_stat_statements
Next
From: Tom Lane
Date:
Subject: Re: Building postgresql armv7 on emulated x86_64