[COMMITTERS] pgsql: Work around overly strict restrict checks by MSVC. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Work around overly strict restrict checks by MSVC.
Date
Msg-id E1e2RML-0002dp-LY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Work around overly strict restrict checks by MSVC.

Apparently MSVC requires a * before a restrict in a variable
declaration, even if the adorned type already is a pointer, just via
typedef.

As reported by buildfarm animal woodlouse.

Author: Andres Freund
Discussion: https://postgr.es/m/20171012001320.4putagiruuehtvb6@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/060b069984a69ff0255ce318f10681c553613bef

Modified Files
--------------
src/include/libpq/pqformat.h | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)


--
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: Add configure infrastructure to detectsupport for C99's restric
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Temporary attempt at a workaround for further MSVC restrictbuil