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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f20b3285340cc0576ab8445f483700983cf2ba9f Modified Files -------------- configure | 213 ++++++++++++++++++++++++++++++++++++--------- configure.in | 7 ++ src/include/pg_config.h.in | 9 ++ 3 files changed, 188 insertions(+), 41 deletions(-)
