[COMMITTERS] pgsql: Work around overly strict restrict checks by MSVC.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Work around overly strict restrict checks by MSVC.
Дата
Msg-id E1e2RML-0002dp-LY@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add configure infrastructure to detectsupport for C99's restric
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Temporary attempt at a workaround for further MSVC restrictbuil