Re: 2nd update on TOAST

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: Jan Wieck <JanWieck@yahoo.com>
Cc: Philip Warner <pjw@rhyme.com.au>, PostgreSQL HACKERS <pgsql-hackers@postgresql.org>
Date: 2000-07-06T13:44:25Z
Lists: pgsql-hackers
>     Bruce  applied  a  patch  to configure.in yesterday. Read the
>     comments from the cvslog. It tells that it triggers a bug  in
>     the  Linux  kernels  fcntl(SETLK)  code  when  used with unix
>     domain sockets, and that the bug is present in Linux  kernels
>     <=  2.2.16. I'm running a 2.2.12 here, and so it exactly dies
>     in pqcomm.c line 229 on fcntl() against the socket.
>     Undefining  HAVE_FCNTL_SETLK  in  config.h  did  it  for   me
>     temporary. Don't know how to deal with it finally.

Thanks Jan for the workaround. I'll see if this gets me up and going
again.

                        - Thomas