From: | "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com> |
---|---|
To: | "Gregory Stark" <stark(at)enterprisedb(dot)com> |
Cc: | peter(dot)trautmeier(at)gmx(dot)de, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Design: Escort info from WHERE clause to executor? |
Date: | 2007-07-25 14:10:49 |
Message-ID: | 36e682920707250710p613fa2ev28a04a891758b777@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 7/25/07, Gregory Stark <stark(at)enterprisedb(dot)com> wrote:
> You're trying to do it by annotating the clauses early on in the parse stage,
> and then looking at the annotations in the executor. But I think you'll find
> that there are too many steps in between those two which risk destroying or
> making it impossible to make heads or tails of the annotations.
Ditto.
--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
33 Wood Ave S, 3rd Floor | jharris(at)enterprisedb(dot)com
Iselin, New Jersey 08830 | http://www.enterprisedb.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-07-25 14:12:04 | Re: Design: Escort info from WHERE clause to executor? |
Previous Message | Erikjan | 2007-07-25 14:05:28 | Re: Updated tsearch documentation |