Re: could not dump unrecognized node type: 500 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: could not dump unrecognized node type: 500
Date
Msg-id 25678.1116452880@sss.pgh.pa.us
Whole thread Raw
In response to could not dump unrecognized node type: 500  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: could not dump unrecognized node type: 500  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> 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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: could not dump unrecognized node type: 500
Next
From: Oleg Bartunov
Date:
Subject: Re: pg_dump and using schema problem