Re: REL8_0_STABLE and 8.0.1 release client logging difference

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2005-03-13 14:26:05 Re: Strange postgres planner behaviour
Previous Message Greg Sabino Mullane 2005-03-13 14:18:12 Re: TODO item: support triggers on columns