Re: [HACKERS] could not dump unrecognized node type: 500

2005-05-18 Thread Simon Riggs
On Wed, 2005-05-18 at 17:48 -0400, Tom Lane wrote: > 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 y

Re: [HACKERS] could not dump unrecognized node type: 500

2005-05-18 Thread Tom Lane
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

[HACKERS] could not dump unrecognized node type: 500

2005-05-18 Thread Simon Riggs
Is there any particular reason that RelOptInfo doesn't have a debugging output function? Seems too obvious an omission not have have some reasoning there...perhaps just too complex and rapidly changing? Best Regards, Simon Riggs ---(end of broadcast)