Change SIZEOF_BOOL to 1 for Windows.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 May 2018 04:21:21 +0000 (00:21 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 May 2018 04:21:21 +0000 (00:21 -0400)
commit6fe25c1358a2a9612f0b4ce841e68d74e408cebe
tree731f46220537f862036088cf5bf9711be53a08c2
parent2993435dbae5deb8d2f6c2a715690a5aef4eddb8
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
src/include/pg_config.h.win32