RedHat 9

From: Radim Ballner <ballner(at)iterity(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: RedHat 9
Date: 2003-04-10 08:43:40
Message-ID: 131787230968.20030410104340@iterity.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-04-10 11:44:53 Bug #942: initdb hangs on install on w2k
Previous Message pgsql-bugs 2003-04-10 01:15:26 Bug #941: encoding err? or mb support err???(PGSQL7.3.2)