Re: Shared dependency patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Shared dependency patch
Дата
Msg-id 20050318215152.GA30144@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: Shared dependency patch  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: Shared dependency patch
Список pgsql-patches
On Wed, Mar 09, 2005 at 01:05:31AM -0300, Alvaro Herrera wrote:

Hackers,

I have updated this patch to the current CVS HEAD.  If somebody would be
so kind to review this for applying at his earliest convenience, I'd
appreciate it.

Previous description below:

> Here is the latest installation of my shared dependency patch.
> As some of you may remember, the purpose of this patch is to record
> dependencies on shared objects, such as users, groups and tablespaces,
> from regular database objects.  This is done on a new shared system
> catalog called pg_shdepend, so that when a backend wants to drop any
> shared object, it can easily verify whether it is referenced in other
> database.
>
> I have upgraded the patch to include references present in ACLs, and to
> lock the objects appropiately before checking.  To do this I had to
> change the LOCKTAG struct somewhat, using a previous patch by Rod Taylor
> (thanks Rod!); and add a LockSharedObject() function.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Investigación es lo que hago cuando no sé lo que estoy haciendo"
(Wernher von Braun)

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WIP: avoiding tuple construction/deconstruction overhead
Следующее
От: Michael Fuhr
Дата:
Сообщение: PL/Python patch for Universal Newline Support