Re: 7.2b2 "make check" failure on Red Hat Linux 7.2 - Mailing list pgsql-hackers

From teg@redhat.com (Trond Eivind Glomsrød)
Subject Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Date
Msg-id xuyg07ed2vk.fsf@halden.devel.redhat.com
Whole thread Raw
In response to 7.2b2 "make check" failure on Red Hat Linux 7.2  (teg@redhat.com (Trond Eivind Glomsrød))
List pgsql-hackers
teg@redhat.com (Trond Eivind Glomsrød) writes:

> Red Hat Linux 7.2, postgresql 7.2b2 configured like this:
> 
> ./configure --enable-syslog --prefix=/usr --sysconfdir=/etc --with-pam
> --with-openssl --with-unixodbc --with-tcl --with-perl --with-python
> --enable-locale --enable-recode --enable-multibyte --enable-nls

When just using "configure" it works - apart from a false failure in
the regression tests (geometry), it seems to work (a couple cases of
"-0.121320343559642" vs. "-0.121320343559643" - a better way than raw
diff for comparing would be useful).

-- 
Trond Eivind Glomsrød
Red Hat, Inc.


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Further open item (Was: Status of 7.2)
Next
From: Tom Lane
Date:
Subject: Re: Plpython crashing the backend in one easy step - fix