[COMMITTERS] pgsql: Temporary attempt at a workaround for further MSVC restrictbuil - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Temporary attempt at a workaround for further MSVC restrictbuil
Date
Msg-id E1e2Sxi-0004ey-49@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Temporary attempt at a workaround for further MSVC restrict build failures.

It appears some versions of msvc use __declspec(restrict) in stdlib.h
and subsidiary headers. Including those after defining 'restrict' to
'__restrict' doesn't work.  Try to get the buildfarm green to see
whether there's further problems, by including stdlib.h just before
said define.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36b4b91ba07843406d5a30106facb59d8275c6de

Modified Files
--------------
src/include/pg_config.h.win32 | 5 +++++
1 file changed, 5 insertions(+)


--
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: [COMMITTERS] pgsql: Improve performance of SendRowDescriptionMessage.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Prevent sharing transition states between ordered-setaggregates