PlannerInfo Structure - Mailing list pgsql-hackers

From Ana Carolina Brito de Almeida
Subject PlannerInfo Structure
Date
Msg-id 27c6eb60906101006t3cfb52fax669cdd15e5a6923@mail.gmail.com
Whole thread Raw
Responses Re: PlannerInfo Structure
List pgsql-hackers
Hi all,<br /><br />I created a function which needs build or find a relation (RelOptInfo).<br />The build is ok.<br
/>Onthe 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).<br /> So, how can I take RelOptInfo by these
parameters?<br />I thought in use "find_base_rel", but it needs the PlannerInfo structure that I don't have.<br />Do
yourecommend another function? How can I find PlannerInfo with parameters that I have (Eg.: PlannedStmt)?<br /><br
/>Thanks,<br/>Ana Carolina<br /><br /><br /> 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7
Next
From: Andres Freund
Date:
Subject: Re: Plan time Improvement - 64bit bitmapset