RedHat 9

Started by Radim Ballnerabout 23 years ago2 messagesbugs
Jump to latest
#1Radim Ballner
ballner@iterity.cz

Hi,

I would like to report problem when building postgres 7.2.4 on the
RedHat 9 linux distributin (with libc-2.3.2.so, gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)).
Maybe, it was already reported and fixed.

I was not able to translate the postgres because of accessing errno
variable in the function DoCopy in the /postgresql-7.2.4/src/backend/commands/copy.c file.

This problem can be fixed very easily by adding #include <srrno.h> in
to the mentioned file.

Regards Radim Ballner

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Radim Ballner (#1)
Re: RedHat 9

Radim Ballner <ballner@iterity.cz> writes:

I would like to report problem when building postgres 7.2.4 on the
RedHat 9 linux distributin (with libc-2.3.2.so, gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)).
Maybe, it was already reported and fixed.

This is already fixed in 7.3 and newer sources. I've back-patched the
addition of <errno.h> into the REL7_2_STABLE branch, but I'm doubtful
that we will bother with any more 7.2.* releases ...

regards, tom lane