PlannerInfo Structure

Поиск
Список
Период
Сортировка
От Ana Carolina Brito de Almeida
Тема PlannerInfo Structure
Дата
Msg-id 27c6eb60906101006t3cfb52fax669cdd15e5a6923@mail.gmail.com
обсуждение исходный текст
Ответы Re: PlannerInfo Structure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Cursor with hold emits the same row more than once across commits in 8.3.7
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Plan time Improvement - 64bit bitmapset