pgsql: Change SIZEOF_BOOL to 1 for Windows. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Change SIZEOF_BOOL to 1 for Windows.
Date
Msg-id E1fDjKq-00068x-7E@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Further -Wimplicit-fallthrough cleanup.
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: Remove tabs recently introduced by me.