Re: Refactoring lock.c

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Refactoring lock.c
Дата
Msg-id 4202D88E.4060906@samurai.com
обсуждение исходный текст
Ответ на Refactoring lock.c  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-patches
Heikki Linnakangas wrote:
> There's two almost identical pieces of code in LockRelease and
> LockReleaseAll that do the opposite of GrantLock.
>
> Here's a small patch that replaces those pieces with a static
> UnGrantLock function.

Applied to HEAD with a few trivial editorial fixes.

Thanks for the patch.

-Neil

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: buffer manager refactoring to isolate ARC algorithm
Следующее
От: Tom Lane
Дата:
Сообщение: Proof-of-concept ARC removal patches