Re: [COMMITTERS] pgsql: Add configure infrastructure to detect support for C99's restric - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Add configure infrastructure to detect support for C99's restric
Date
Msg-id 5061.1507850057@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add configure infrastructure to detectsupport for C99's restric  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.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


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Improve performance ofSendRowDescriptionMessage.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Use C99 restrict via pg_restrict,rather than restrict directly.