Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715

Поиск
Список
Период
Сортировка
От Jose' Soares
Тема Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715
Дата
Msg-id 36066936.BE206B85@sferacarta.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: NOTICE: _outNode: don't know how to print type 715  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Thomas G. Lockhart wrote:
>
> > >  PostgreSQL gives me a strange message when I try to create a table
> > >  with a NOT NULL column.
> > >  create table prova(
> > >          campo1 INTEGER NOT NULL
> > >          );
> > >  NOTICE:  _outNode: don't know how to print type 715
> > >  Does someone knows what this message means ?
> > I retract my comment that this is a bug.  I can not reproduce this
> > here.
>
> You have compiled the parser subdirectory with -DPARSEDEBUG, which then
> tries to print the parse tree. The nodes subdirectory must be compiled
> with -DPARSEDEBUG to get extra nodes to be recognized by the printing
> routine.
>
> It could be something else, but I get a similar symptom when I do this.

You are right Tom, now I remember, the other day I ran the postmaster
with
parameter -d to have debug information about another problem.
Now without -d the bad message is gone away.

Thanks a lot
   Jose'

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Errors inside transactions
Следующее
От: jkraai
Дата:
Сообщение: ...