Re: ERROR: unrecognized node type in PostgresMain( ) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ERROR: unrecognized node type in PostgresMain( )
Date
Msg-id 7149.1110300759@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: unrecognized node type in PostgresMain( )  (mchron@aueb.gr)
List pgsql-hackers
mchron@aueb.gr writes:
> Perhaps you should rebuild the backend with -g (see --enable-debug) so
> that gdb can actually be somewhat helpful.  It's usually a good idea to
> have --enable-cassert turned on when hacking C code, too. 

> When I rebuilded the backend with --enable-debug and --enable-cassert
> the database stops and restarts, before it reaches the breakpoint at 
> create_plan() in createplan.c. So I can't figure out what is happening. 
> (errors came out at function Assert()) 

That indicates a problem you need to *fix*, not ignore.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Klaus Naumann
Date:
Subject: Re: About b-tree usage
Next
From: "Moran.Michael"
Date:
Subject: How to cast VARCHAR to BYTEA and vice-versa?