pgsql: Change SIZEOF_BOOL to 1 for Windows.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Change SIZEOF_BOOL to 1 for Windows.
Дата
Msg-id E1fDjKq-00068x-7E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change SIZEOF_BOOL to 1 for Windows.

For some reason it was previously defined as 0, which is silly.  The only
effect was to disable use of <stdbool.h>, which commit b2328bf62 intended
to make possible.

Thomas Munro

Discussion: https://postgr.es/m/CAEepm%3D3%3DTDYEXUEcHpEx%2BTwc31wo7PA0oBAiNt6sWmq93MW02A%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6fe25c1358a2a9612f0b4ce841e68d74e408cebe

Modified Files
--------------
src/include/pg_config.h.win32 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Further -Wimplicit-fallthrough cleanup.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: Remove tabs recently introduced by me.