pgsql: Further fix interaction of Perl and stdbool.h

Started by Peter Eisentrautover 8 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(+)