pgsql: Prevent Perl from introducing a possibly-incompatible definition - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Prevent Perl from introducing a possibly-incompatible definition
Date
Msg-id 20071122174732.D59127540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent Perl from introducing a possibly-incompatible definition of type
"bool" into plperl.c.  This has always been a hazard since Perl allows a
platform-specific choice to define bool as int rather than char, but
evidently this didn't happen on any platform we support ... until OS X 10.5.
Per report from Brandon Maust.

Back-patch as far as 8.0 --- a bit arbitrary, but it seems unlikely anyone
will be trying to port 7.x onto new platforms.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.h (r1.5 -> r1.5.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.h?r1=1.5&r2=1.5.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent Perl from introducing a possibly-incompatible definition
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Prevent Perl from introducing a possibly-incompatible definition