Re: [HACKERS] Unusual notices in latest snapshot
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: Peter T Mount <psqlhack@retep.org.uk>, pgsql-hackers@postgresql.org
Date: 1998-05-13T04:55:42Z
Lists: pgsql-hackers
> I am getting similar stuff. Thomas will have to comment.
Hey, what makes you think I have anything to do with it?
However, I have heard that someone probably left a -DPARSEDEBUG in the
backend/parser/Makefile by mistake :(
Take it out and recompile by doing a make clean in that directory and
then a make install in src...
I'll fix the source tree now. Sorry for the problem.
- Tom
> > I've just synced myself to cvs, an rebuilt. So far, everything has gone
> > fine, except when giving the postgres super user a password:
> >
> > template1=> alter user postgres with password ******;
> > NOTICE: _outNode: don't know how to print type 644
> > NOTICE: _outNode: don't know how to print type 603
> > NOTICE: _outNode: don't know how to print type 610
> > ALTER USER
> >
> > Any ideas?