View Single Post

   
  #4 (permalink)  
Old 04-11-2008, 04:04 AM
Tom Lane
 
Posts: n/a
Default Re: Source Code Help Needed

Vikram Kalsi <vikramkalsi@gmail.com> writes:
> So, I suppose that during the query planning and optimization stage,
> the value of the original variables in the plan are somehow copied to
> the plan which is finally returned inside pg_plan_query().


Look in createplan.c --- there are a couple places in there you need to
fix.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Reply With Quote