Re: [HACKERS] PlannerInfo Structure

2009-06-10 Thread Tom Lane
Ana Carolina Brito de Almeida writes: > I created a function which needs build or find a relation (RelOptInfo). > The build is ok. > On the other hand, I can't find the relation. I have all informations that > pg_plan_query has: querytree (Query), cursorOptions (int), > boundParams(ParamListInfo)

[HACKERS] PlannerInfo Structure

2009-06-10 Thread Ana Carolina Brito de Almeida
Hi all, I created a function which needs build or find a relation (RelOptInfo). The build is ok. On the other hand, I can't find the relation. I have all informations that pg_plan_query has: querytree (Query), cursorOptions (int), boundParams(ParamListInfo) and plan (PlannedStmt). So, how can I ta