Add configure tests for stdbool.h and sizeof bool
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 21 Mar 2018 11:43:29 +0000 (07:43 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 21 Mar 2018 11:45:15 +0000 (07:45 -0400)
commitf20b3285340cc0576ab8445f483700983cf2ba9f
treeaf1c24bdff668a0d125db45dbdc5cbaba0aeb3b9
parentd2d79887eadff72c339a072ef693bb6016651d30
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
configure
configure.in
src/include/pg_config.h.in