Shalu Gupta <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
