Re: [HACKERS] Re: pgsql: Add configure infrastructure to detect support for C99's restric
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: pgsql-committers@postgresql.org, pgsql-hackers@postgresql.org
Date: 2017-10-12T05:05:13Z
Lists: pgsql-hackers
On 2017-10-11 21:59:53 -0700, Andres Freund wrote: > That fixed that problem I think. But unfortunately since then another > problem has been reported by some other animals, all with older msvc > versions afaict (thrips - vs 2012, bowerbird - vs 2012). Correction, thrips is vs 2010, not 2012.
Commits
-
Use C99 restrict via pg_restrict, rather than restrict directly.
- 91d5f1a4a3e8 11.0 landed
-
Work around overly strict restrict checks by MSVC.
- 060b069984a6 11.0 landed
-
Add configure infrastructure to detect support for C99's restrict.
- 0b974dba2d6b 11.0 cited