Thread: outnode error in current source

outnode error in current source

From
Bruce Momjian
Date:
I just tried creating a database in the current source tree, and got:

    NOTICE:  _outNode: don't know how to print type 631
    NOTICE:  _outNode: don't know how to print type 601

This is after a fresh initdb.  601 is:

    #define PG_TYPE_LSEG        601

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

Re: [HACKERS] outnode error in current source

From
"Thomas G. Lockhart"
Date:
> I just tried creating a database in the current source tree, and got:
>
>         NOTICE:  _outNode: don't know how to print type 631
>         NOTICE:  _outNode: don't know how to print type 601
>
> This is after a fresh initdb.  601 is:
>
>         #define PG_TYPE_LSEG        601

Problem fixed. I have left a bunch of parser debugging statements in the
various parser routines which are enabled by a -DPARSEDEBUG. I left it
in the Makefile by mistake. Sorry about that...

                   - Tom