outnode error in current source

Started by Bruce Momjianover 27 years ago2 messages
#1Bruce Momjian
maillist@candle.pha.pa.us

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)
#2Thomas G. Lockhart
lockhart@alumni.caltech.edu
In reply to: Bruce Momjian (#1)
Re: [HACKERS] outnode error in current source

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