Add configure tests for stdbool.h and sizeof bool

Peter Eisentraut <peter_e@gmx.net>

Commit: f20b3285340cc0576ab8445f483700983cf2ba9f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-03-21T11:45:15Z
Releases: 11.0
Add configure tests for stdbool.h and sizeof bool

This will allow us to assess how many platforms have bool with a size
other than 1, which will help us decide how to go forward with using
stdbool.h.

Discussion: https://www.postgresql.org/message-id/flat/3a0fe7e1-5ed1-414b-9230-53bbc0ed1f49@2ndquadrant.com

Files

PathChange+/−
configure modified +172 −41
configure.in modified +7 −0
src/include/pg_config.h.in modified +9 −0

Discussion