Re: [GENERAL] Accessing RelOptInfo structure from the executor module

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Accessing RelOptInfo structure from the executor module
Дата
Msg-id 163.1082132124@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Shalu Gupta <sgupta5@unity.ncsu.edu> writes:
>  I want to access the RelOptInfo data structure from the executor module.

You can't, because it doesn't exist any more.  RelOptInfo is a planner
internal data structure, and is probably pfree'd before the executor starts.

Perhaps you could explain your problem at a higher level?

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Remove MySQL Tools from Source?
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Socket communication for contrib