mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:34:03 -04:00
36b4b91ba0
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.