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

From Andres Freund
Subject Re: partitioned tables and contrib/sepgsql
Date
Msg-id 20170405143042.34erxnxzne47mq22@alap3.anarazel.de
Whole thread Raw
In response to Re: partitioned tables and contrib/sepgsql  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2017-03-31 20:23:39 -0400, Robert Haas wrote:
> On Fri, Mar 31, 2017 at 2:14 PM, Mike Palmiotto
> <mike.palmiotto@crunchydata.com> wrote:
> > Attached you will find two patches, which were rebased on master as of
> > 156d388 (applied with `git am --revert [patch file]`). The first gets
> > rid of some pesky compiler warnings and the second implements the
> > sepgsql handling of partitioned tables.
> 
> 0001 has the problem that we have a firm rule against putting any
> #includes whatsoever before "postgres.h".  This stdbool issue has come
> up before, though, and I fear we're going to need to do something
> about it.

I think in this case it makes sense to deviate from that rule,
temporarily and locally.

- Andres



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: partitioned tables and contrib/sepgsql
Next
From: Andres Freund
Date:
Subject: Re: Logical decoding on standby