fcntl(F_SETLK)

Поиск
Список
Период
Сортировка
От eisentrp@csis.gvsu.edu
Тема fcntl(F_SETLK)
Дата
Msg-id Pine.LNX.4.21.0007030955330.8757-100000@eos04.csis.gvsu.edu
обсуждение исходный текст
Ответы Re: fcntl(F_SETLK)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: eisentrp@csis.gvsu.edu
Дата:
Сообщение: Re: Changes to handling version numbers internally
Следующее
От: eisentrp@csis.gvsu.edu
Дата:
Сообщение: Re: PQprint