Simon Riggs <[EMAIL PROTECTED]> writes: > Is there any particular reason that RelOptInfo doesn't have a debugging > output function?
The planner structs involving RelOptInfo are self-referential, so if you just do the "obvious" thing you will find outfuncs.c going into infinite recursion. I haven't felt a need to try to fix this. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster