Re: Coerce to Domain

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Coerce to Domain
Date: 2002-12-18 00:23:59
Message-ID: 18075.1040171039@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)rbt(dot)ca> writes:
> Somewhat apparent given your recent commits. I've not looked to find
> out exactly what it is yet, but I'm guessing recent changes to
> EvalPlanQual() will tell me.

Don't look at EvalPlanQual() ... you'll just get confused ;-).
It's a mess, and not related to constraints.

The code around init_fcache and ExecEvalFunc might be more enlightening
for your immediate purposes.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-12-18 00:27:37 Re: Update on replication
Previous Message Marc G. Fournier 2002-12-18 00:18:31 Re: Update on replication