Re: Constraint Exclusion (Partitioning) - Initial Review

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Alvaro Herrera <alvherre(at)surnet(dot)cl>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Constraint Exclusion (Partitioning) - Initial Review
Date: 2005-07-18 12:20:25
Message-ID: 1121689225.3970.595.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Buttafuoco 2005-07-18 12:20:46 Re: Buildfarm failure analysis: penguin on 7.4 branch
Previous Message Andrew Dunstan 2005-07-18 07:28:00 Re: Missing info for buildfarm reports

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2005-07-18 12:41:16 Re: Constraint Exclusion (Partitioning) - Initial Review
Previous Message Eugen Nedelcu 2005-07-18 08:14:59 Re: thousands comma numeric formatting in psql