Thread: 7.3.3, Fedora Core 5, test geometry and test horology

7.3.3, Fedora Core 5, test geometry and test horology

From
Daniel Henrique Alves Lima
Date:
    Hi, everybody !

    First of all: Any help would be appreciated !!!
    Yes, i know, we are using a jurassic version of postgresql and we
should try to upgrade first, but that is the next step. Now we've to
make sure that 7.3.3 will work with FC5.

    The problem: We are changing the S.O. of our server from Fedora Core 2
to Fedora Core 5. A few years ago, we've changed from Red Hat 9 to
Fedora Core 2 and everything have worked just fine. But now, when we run
"gmake check", two test are failing:

test geometry             ... FAILED
test horology             ... FAILED

    Looking at src/test/regress/regression.diffs, for horology test, there
are few differences, like :

== expected ==
Wed Mar 15 02:14:05 2034 PST

== result ==
Wed Mar 15 02:14:05 2034 PDT

    Is it safe to ignore this differences ?

    For geometry test, there are bigger differences, like:

== expected ==
(71.7106781186548,72.7106781186548),(-69.7106781186548,-68.7106781186548)

== result ==
(71.7106781186547,72.7106781186547),(-69.7106781186547,-68.7106781186547)


    Can i safely to install and to use postgresql 7.3.3 ?


    Thanks in advance !!!







_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espa�o, alertas de e-mail no celular e anti-spam realmente eficaz.
http://mail.yahoo.com.br/

Re: 7.3.3, Fedora Core 5, test geometry and test horology

From
David Fetter
Date:
On Mon, Jun 05, 2006 at 07:03:59PM -0300, Daniel Henrique Alves Lima wrote:
> Hi, everybody !
>
> First of all: Any help would be appreciated !!!
>
> Yes, i know, we are using a jurassic version of postgresql and we
> should try to upgrade first, but that is the next step. Now we've to
> make sure that 7.3.3 will work with FC5.

If you're going with something in the (as you point out, Jurassic)
7.3.x series, you need to make sure that 7.3.15 is running, as all
previous versions have known security and/or data loss bugs.

Cheers,
D
--
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778        AIM: dfetter666
                              Skype: davidfetter

Remember to vote!

Re: 7.3.3, Fedora Core 5, test geometry and test horology

From
Tom Lane
Date:
David Fetter <david@fetter.org> writes:
> On Mon, Jun 05, 2006 at 07:03:59PM -0300, Daniel Henrique Alves Lima wrote:
>> Yes, i know, we are using a jurassic version of postgresql and we
>> should try to upgrade first, but that is the next step. Now we've to
>> make sure that 7.3.3 will work with FC5.

> If you're going with something in the (as you point out, Jurassic)
> 7.3.x series, you need to make sure that 7.3.15 is running, as all
> previous versions have known security and/or data loss bugs.

Yup.  The particular errors you mention are harmless (eg, the 7.3
regression tests are unaware of the recent changes in US DST laws)
but it'd be foolish not to be using the latest 7.3.x release.

            regards, tom lane