Re: pgsql: Fix interaction of Perl and stdbool.h - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix interaction of Perl and stdbool.h
Date
Msg-id 17882.1521838123@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix interaction of Perl and stdbool.h  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-committers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> Well, that's what we had before, but that crashed on the 4-byte bool
> platforms.  So the fix I pushed does that only if PostgreSQL is using
> stdbool.h.  It works for me on CentOS 6 now.

Works for me too, thanks!

            regards, tom lane


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Fix interaction of Perl and stdbool.h
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Small refactoring