Обсуждение: pgsql: Change SIZEOF_BOOL to 1 for Windows.

Поиск
Список
Период
Сортировка

pgsql: Change SIZEOF_BOOL to 1 for Windows.

От
Tom Lane
Дата:
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(-)