pgsql: Further fix interaction of Perl and stdbool.h - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Further fix interaction of Perl and stdbool.h
Date
Msg-id E1ezTMr-0004my-6c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further fix interaction of Perl and stdbool.h

In the case that PostgreSQL uses stdbool.h but Perl doesn't, we need to
prevent Perl from defining bool, to prevent compiler warnings about
redefinition.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66ee8513d10fb207907d61dd6cf42db7d703af5d

Modified Files
--------------
src/pl/plperl/plperl.h | 12 ++++++++++++
1 file changed, 12 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix make rules that generate multiple output files.
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Fix interaction of Perl and stdbool.h