fcntl(F_SETLK)

From: eisentrp(at)csis(dot)gvsu(dot)edu
To: pgsql-hackers(at)postgresql(dot)org
Subject: fcntl(F_SETLK)
Date: 2000-07-03 14:04:08
Message-ID: Pine.LNX.4.21.0007030955330.8757-100000@eos04.csis.gvsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There's a broken configure test for fcntl(F_SETLK). (Hint: Of course it's
going to fail if you don't include the header file that defines
F_SETLK.) Apparently, it's been broken for quite a while so I'm afraid to
fix it, considering the problems with file locking.

Reading up on TODO.detail/flock, it seems this mechanism is made obsolete
by the pid file, so I'm inclined to remove it. At least those using Linux
and Solaris shouldn't feel a difference because the locking code wasn't
being used for said reasons. :)

--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-03 14:11:23 Re: regular expressions troubles with char cols
Previous Message Chris Bitmead 2000-07-03 13:10:25 Backend Question