pgsql (configure.in)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql (configure.in)
Date: 2000-07-05 16:09:25
Message-ID: 200007051609.e65G9PD10034@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Wednesday, July 5, 2000 @ 12:09:25
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql
from hub.org:/home/projects/pgsql/tmp/cvs-serv9946/pgsql

Modified Files:
configure.in

----------------------------- Log Message -----------------------------

attached to this mail is a patch from a colleague that makes
PostgreSQL-7.0.2 run on Linux for the Intel-IA64 architecture. It also
fixes a bug in the configure scripts that caused configure to fail on
the fcntl(F_SETLK) test.

This fix triggered a bug in the fcntl(F_SETLK) code of the Linux
kernel when used on unix domain sockets resulting in postmaster to
segfault immediately after startup. There is a fix available and
included in the kernel that will be on SuSE Linux 7.0, but kernels <=
2.2.16 still have this bug.

Reinhard Max

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-07-05 16:09:30 pgsql/src/include/port (linux.h)
Previous Message Jan Wieck 2000-07-05 13:51:01 pgsql/src/backend/commands (command.c)