Re: pgsql: Add configure infrastructure to detect support for C99's restric

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add configure infrastructure to detect support for C99's restric
Date: 2017-10-12 23:14:17
Message-ID: 5061.1507850057@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> But it's easy to do so in configure, and then have a separate definition
> in pg_config.h.win32. Done so in the attached commit. It's slightly ugly
> to have two definitions of restrict in pg_config.h.in, but whatever.

WFM.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-12 23:26:32 pgsql: Use C99 restrict via pg_restrict, rather than restrict directly.
Previous Message Andres Freund 2017-10-12 23:08:44 Re: pgsql: Improve performance of SendRowDescriptionMessage.

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2017-10-12 23:29:32 Re: Aggregate transition state merging vs. hypothetical set functions
Previous Message Andres Freund 2017-10-12 23:08:44 Re: pgsql: Improve performance of SendRowDescriptionMessage.