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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add configure tests for stdbool.h and sizeof bool
Дата
Msg-id E1eycDJ-0004ZU-Ch@gemulon.postgresql.org
обсуждение исходный текст
Список 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@2ndquadrant.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Repair crash with unsortable grouping sets.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Add strict_word_similarity to pg_trgm module