Re: ERROR: unrecognized node type in PostgresMain( )

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: unrecognized node type in PostgresMain( )
Дата
Msg-id 7149.1110300759@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: unrecognized node type in PostgresMain( )  (mchron@aueb.gr)
Список 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 по дате отправления:

Предыдущее
От: Klaus Naumann
Дата:
Сообщение: Re: About b-tree usage
Следующее
От: "Moran.Michael"
Дата:
Сообщение: How to cast VARCHAR to BYTEA and vice-versa?