REL8_0_STABLE and 8.0.1 release client logging difference

Lists: pgsql-hackers
From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: REL8_0_STABLE and 8.0.1 release client logging difference
Date: 2005-03-12 21:37:17
Message-ID: Pine.GSO.4.62.0503130033560.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


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 21:49:25
Message-ID: 200503122149.j2CLnPE26709@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.

--
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


From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
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:00:56
Message-ID: Pine.GSO.4.62.0503130057561.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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.

>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


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
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


From: Tom Lane <tgl(at)sss(dot)pgh(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:26:19
Message-ID: 5359.1110666379@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> REL8_0_STABLE:
> tycho=# select * from pg_stas where srelnae='tycho';
> tycho=# \q

Works fine for me in REL8_0_STABLE tip ... and it's working fine on all
the build farm machines too, because this would surely cause all the
regression tests to fail. Sure you didn't mistakenly change
client_min_messages ?

regards, tom lane


From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-13 08:40:50
Message-ID: Pine.GSO.4.62.0503131123040.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sat, 12 Mar 2005, Tom Lane wrote:

> Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
>> REL8_0_STABLE:
>> tycho=# select * from pg_stas where srelnae='tycho';
>> tycho=# \q
>
> Works fine for me in REL8_0_STABLE tip ... and it's working fine on all
> the build farm machines too, because this would surely cause all the
> regression tests to fail. Sure you didn't mistakenly change
> client_min_messages ?

I found the problem ! It's --with-ssl support I tried in REL8_0_STABLE.
After recompiling REL8_0_STABLE without ssl everything works fine.

I didn't check 8.0.1 release with ssl, but at work I have no problem.

>
> regards, tom lane
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <oleg(at)sai(dot)msu(dot)su>
Cc: <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: REL8_0_STABLE and 8.0.1 release client logging difference
Date: 2005-03-13 09:06:22
Message-ID: 4096.24.211.165.134.1110704782.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Oleg Bartunov said:
> On Sat, 12 Mar 2005, Tom Lane wrote:
>
>> Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
>>> REL8_0_STABLE:
>>> tycho=# select * from pg_stas where srelnae='tycho';
>>> tycho=# \q
>>
>> Works fine for me in REL8_0_STABLE tip ... and it's working fine on
>> all the build farm machines too, because this would surely cause all
>> the regression tests to fail. Sure you didn't mistakenly change
>> client_min_messages ?
>
> I found the problem ! It's --with-ssl support I tried in
> REL8_0_STABLE. After recompiling REL8_0_STABLE without ssl everything
> works fine.
>
> I didn't check 8.0.1 release with ssl, but at work I have no problem.
>
>

I take it you mean "--with-openssl". If so, Tom's objection still applies -
see for example
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dog&dt=2005-03-12%2017:52:00which is the log of a build of the REL8_0_STABLE branch with openssl.

Please tell us more about the platform you are using, if this is still a
problem.

cheers

andrew


From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: REL8_0_STABLE and 8.0.1 release client logging difference
Date: 2005-03-13 14:23:02
Message-ID: Pine.GSO.4.62.0503131720480.5508@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Sun, 13 Mar 2005, Andrew Dunstan wrote:

> Oleg Bartunov said:
>> On Sat, 12 Mar 2005, Tom Lane wrote:
>>
>>> Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
>>>> REL8_0_STABLE:
>>>> tycho=# select * from pg_stas where srelnae='tycho';
>>>> tycho=# \q
>>>
>>> Works fine for me in REL8_0_STABLE tip ... and it's working fine on
>>> all the build farm machines too, because this would surely cause all
>>> the regression tests to fail. Sure you didn't mistakenly change
>>> client_min_messages ?
>>
>> I found the problem ! It's --with-ssl support I tried in
>> REL8_0_STABLE. After recompiling REL8_0_STABLE without ssl everything
>> works fine.
>>
>> I didn't check 8.0.1 release with ssl, but at work I have no problem.
>>
>>
>
> I take it you mean "--with-openssl". If so, Tom's objection still applies -

sure, "--with-openssl".

> see for example
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dog&dt=2005-03-12%2017:52:00which is the log of a build of the REL8_0_STABLE branch with openssl.
>
> Please tell us more about the platform you are using, if this is still a
> problem.
>

I solved my problem ! It was a result of my glibc upgrade and I had to
reinstall openssl libraries and recompile postgresql.

> cheers
>
> andrew
>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83