Re: partitioned tables and contrib/sepgsql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: partitioned tables and contrib/sepgsql
Date
Msg-id 9211.1491405946@sss.pgh.pa.us
Whole thread Raw
In response to Re: partitioned tables and contrib/sepgsql  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2017-04-05 10:45:06 -0400, Tom Lane wrote:
>> Andres Freund <andres@anarazel.de> writes:
>>> I wonder if there's any compiler that has _Bool/stdbool.h where it's not
>>> 1 byte sized. It's definitely not guaranteed by the standard.

>> Hm.  I'd supposed that it'd be pretty common to make _Bool be int-sized.

> I think nearly all x86 compilers use 1byte, but I assume there's some
> architectures where that'd be expensive.

[ pokes around... ]  prairiedog's gcc (Apple PPC) thinks sizeof(_Bool)
is 4.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Adding support for Default partition in partitioning
Next
From: Robert Haas
Date:
Subject: Re: Logical decoding on standby