Re: REL8_0_STABLE and 8.0.1 release client logging difference - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: REL8_0_STABLE and 8.0.1 release client logging difference
Date
Msg-id Pine.GSO.4.62.0503131720480.5508@ra.sai.msu.su
Whole thread Raw
In response to Re: REL8_0_STABLE and 8.0.1 release client logging difference  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
On Sun, 13 Mar 2005, Andrew Dunstan wrote:

> Oleg Bartunov said:
>> On Sat, 12 Mar 2005, Tom Lane wrote:
>>
>>> Oleg Bartunov <oleg@sai.msu.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_STABLEbranch 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@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


pgsql-hackers by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: TODO item: support triggers on columns
Next
From: Oleg Bartunov
Date:
Subject: Re: Strange postgres planner behaviour