Re: Source Code Help Needed - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Source Code Help Needed
Date
Msg-id 14677.1117071105@sss.pgh.pa.us
Whole thread Raw
In response to Re: Source Code Help Needed  (Vikram Kalsi <vikramkalsi@gmail.com>)
Responses Re: Google's Summer of Code ...
Re: Source Code Help Needed
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Network write errors (was: Re: Feature freeze date for
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: WAL replay failure after file truncation(?)