pgsql: Add configure tests for stdbool.h and sizeof bool

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add configure tests for stdbool.h and sizeof bool
Date: 2018-03-21 11:47:29
Message-ID: E1eycDJ-0004ZU-Ch@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)2ndquadrant(dot)com

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-21 11:58:03 pgsql: Add strict_word_similarity to pg_trgm module
Previous Message Andrew Gierth 2018-03-21 11:43:14 pgsql: Repair crash with unsortable grouping sets.