Assume that we have signed integral types and flexible array members.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 19:30:21 +0000 (14:30 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 19:30:48 +0000 (14:30 -0500)
commitf4d59369d2ddf0ad7850112752ec42fd115825d4
treea5261aa5f857d1f19189a5004bd91677c271b742
parent97cf1fa4ed57cc1ed556ac4f827e7df8538f2d29
Assume that we have signed integral types and flexible array members.

These compiler features are required by C99, so remove the configure
probes for them.

This is part of a series of commits to get rid of no-longer-relevant
configure checks and dead src/port/ code.  I'm committing them separately
to make it easier to back out individual changes if they prove less
portable than I expect.

Discussion: http://postgr.es/m/15379.1582221614@sss.pgh.pa.us
config/c-compiler.m4
configure
configure.in
src/include/c.h
src/include/pg_config.h.in
src/tools/msvc/Solution.pm