Обсуждение: Unusual notices in latest snapshot

Поиск
Список
Период
Сортировка

Unusual notices in latest snapshot

От
Peter T Mount
Дата:
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?

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


Re: [HACKERS] Unusual notices in latest snapshot

От
Bruce Momjian
Дата:
I am getting similar stuff.  Thomas will have to comment.

>
>
> 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?
>
> --
> Peter T Mount peter@retep.org.uk or petermount@earthling.net
> Main Homepage: http://www.retep.org.uk
> ************ Someday I may rebuild this signature completely ;-) ************
> Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk
>
>
>


--
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] Unusual notices in latest snapshot

От
"Thomas G. Lockhart"
Дата:
> 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?