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