pgsql: Further fix interaction of Perl and stdbool.h

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further fix interaction of Perl and stdbool.h
Date: 2018-03-23 20:32:53
Message-ID: E1ezTMr-0004my-6c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-23 20:34:50 Re: pgsql: Fix interaction of Perl and stdbool.h
Previous Message Tom Lane 2018-03-23 17:46:13 pgsql: Fix make rules that generate multiple output files.