Refactoring lock.c

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Refactoring lock.c
Дата
Msg-id Pine.OSF.4.61.0502022057370.463931@kosh.hut.fi
обсуждение исходный текст
Ответы Re: Refactoring lock.c  (Neil Conway <neilc@samurai.com>)
Re: Refactoring lock.c  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Hi,

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.

This is preparation for the two-phase commit patch, since that introduces
more calls to UnGrantLock.

- Heikki

Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: patch for temporary view from TODO list
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Refactoring lock.c