Re: [GENERAL] Accessing RelOptInfo structure from the executor module - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] Accessing RelOptInfo structure from the executor module
Date
Msg-id 163.1082132124@sss.pgh.pa.us
Whole thread Raw
List 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 by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Remove MySQL Tools from Source?
Next
From: Steve Atkins
Date:
Subject: Re: Socket communication for contrib