Re: Constraint Exclusion (Partitioning) - Initial Review - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Constraint Exclusion (Partitioning) - Initial Review
Date
Msg-id 1121689225.3970.595.camel@localhost.localdomain
Whole thread Raw
In response to Re: Constraint Exclusion (Partitioning) - Initial Review requested  (Alvaro Herrera <alvherre@surnet.cl>)
List pgsql-patches
On Sat, 2005-07-02 at 18:29 -0400, Alvaro Herrera wrote:
> On Sat, Jul 02, 2005 at 03:56:48PM -0400, Bruce Momjian wrote:
>
> > Simon Riggs wrote:
> > >
> > > I enclose a fully working implementation of Constraint Exclusion, a very
> > > basic form of Partitioning. Initial review is requested, to allow us all
> > > to assess what further work is required on this prior to Beta freeze.
>
> save a typo in a comment, it said "OR" and the code said "and" in one
> of the truth tables

There is one place where I say if OR => OR then use the AND truth table,
which could possible say "use the same truth table as AND". So the
comment, and the code are correct there.

Best Regards, Simon Riggs


pgsql-patches by date:

Previous
From: Eugen Nedelcu
Date:
Subject: Re: thousands comma numeric formatting in psql
Next
From: Simon Riggs
Date:
Subject: Re: Constraint Exclusion (Partitioning) - Initial Review