Re: [HACKERS] outnode error in current source - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] outnode error in current source
Date
Msg-id 355928F9.9FC60D89@alumni.caltech.edu
Whole thread Raw
In response to outnode error in current source  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> 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

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Unusual notices in latest snapshot
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] translation of geometric objects