Re: REL8_0_STABLE and 8.0.1 release client logging difference

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: REL8_0_STABLE and 8.0.1 release client logging difference
Date: 2005-03-12 22:07:23
Message-ID: 200503122207.j2CM7Np13920@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov wrote:
> On Sat, 12 Mar 2005, Bruce Momjian wrote:
>
> > Oleg Bartunov wrote:
> >> Hi there,
> >>
> >> I noticed client error logging was changed in REL8_0_STABLE in compare with
> >> 8.0.1 release.
> >>
> >> 8.0.1:
> >> tycho=# select * from pg_stas where srelnae='tycho';
> >> ERROR: relation "pg_stas" does not exist
> >> tycho=# \q
> >>
> >> REL8_0_STABLE:
> >> tycho=# select * from pg_stas where srelnae='tycho';
> >> tycho=# \q
> >>
> >> ostgresql.conf was the same.
> >
> > Uh, you ran the query and got no error message from STABLE? That seems
> > almost impossible for us to have broken. There must be some other reason.
>
> this is very annoying.

Can you actually reproduce the failure by downloading different versions
of CVS and trying it? I just tested with REL8_0_STABLE and get the
error message just fine.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-03-12 22:26:19 Re: REL8_0_STABLE and 8.0.1 release client logging difference
Previous Message Oleg Bartunov 2005-03-12 22:00:56 Re: REL8_0_STABLE and 8.0.1 release client logging difference