Further fix interaction of Perl and stdbool.h

Peter Eisentraut <peter_e@gmx.net>

Commit: 66ee8513d10fb207907d61dd6cf42db7d703af5d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-03-23T20:31:49Z
Releases: 11.0
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.

Files

PathChange+/−
src/pl/plperl/plperl.h modified +12 −0