RedHat 9
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
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