Re: [HACKERS] outnode error in current source

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] outnode error in current source
Date: 1998-05-13 05:00:41
Message-ID: 355928F9.9FC60D89@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-05-13 05:14:23 Re: [HACKERS] translation of geometric objects
Previous Message Thomas G. Lockhart 1998-05-13 04:55:42 Re: [HACKERS] Unusual notices in latest snapshot