Re: ERROR: unrecognized node type in PostgresMain( )

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mchron(at)aueb(dot)gr
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: unrecognized node type in PostgresMain( )
Date: 2005-03-08 16:52:39
Message-ID: 7149.1110300759@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mchron(at)aueb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Moran.Michael 2005-03-08 16:56:47 How to cast VARCHAR to BYTEA and vice-versa?
Previous Message Wes 2005-03-08 15:44:21 Re: Vacuum time degrading