Work around overly strict restrict checks by MSVC.

Andres Freund <andres@anarazel.de>

Commit: 060b069984a69ff0255ce318f10681c553613bef
Author: Andres Freund <andres@anarazel.de>
Date: 2017-10-12T00:23:23Z
Releases: 11.0
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

Files

PathChange+/−
src/include/libpq/pqformat.h modified +8 −5

Discussion