]> granicus.if.org Git - postgresql/commit
attached to this mail is a patch from a colleague that makes
authorBruce Momjian <bruce@momjian.us>
Wed, 5 Jul 2000 16:09:31 +0000 (16:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 Jul 2000 16:09:31 +0000 (16:09 +0000)
commit411cf2da3f9c517d304bce85b5013052737da954
tree21efb12990e3f36f1d52600c3ca5639ca66aab03
parent972604ec60ee950f47d0a722cadaf2fb4b5b71d3
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
configure.in
src/include/port/linux.h
src/include/storage/s_lock.h