Re: pgsql: Fix interaction of Perl and stdbool.h

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: David Steele <david(at)pgmasters(dot)net>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix interaction of Perl and stdbool.h
Date: 2018-03-23 20:48:43
Message-ID: 17882.1521838123@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-23 21:19:47 pgsql: Small refactoring
Previous Message Peter Eisentraut 2018-03-23 20:34:50 Re: pgsql: Fix interaction of Perl and stdbool.h