Thread: pgsql: Further fix interaction of Perl and stdbool.h

pgsql: Further fix interaction of Perl and stdbool.h

From
Peter Eisentraut
Date:
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(+)