Re: Doubts about EvalPlanQual - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Doubts about EvalPlanQual
Date
Msg-id 8519.1235059305@sss.pgh.pa.us
Whole thread Raw
In response to Re: Doubts about EvalPlanQual  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Doubts about EvalPlanQual  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Now that think about this more, I don't see either how that check in 
> EvalPlanQual could ever be true.

It's there primarily to make the tuple chain chasing code the same
as in other places.  Whether it happens to be dead code today because of
arcane details of the usage of EvalPlanQual isn't very interesting.
(I'm unconvinced that it is dead code, but even if it is it'd be folly
to remove it.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: ohp@pyrenet.fr
Date:
Subject: Re: pg_restore new option -m
Next
From: Heikki Linnakangas
Date:
Subject: Re: Doubts about EvalPlanQual