RE: pgsql/src/backend/storage/lmgr (lmgr.c lock.c proc.c README)

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема RE: pgsql/src/backend/storage/lmgr (lmgr.c lock.c proc.c README)
Дата
Msg-id EKEJJICOHDIEMGPNIFIJIELGDEAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на pgsql/src/backend/storage/lmgr (lmgr.c lock.c proc.c README)  (tgl@postgresql.org)
Ответы Re: pgsql/src/backend/storage/lmgr (lmgr.c lock.c proc.c README)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> -----Original Message-----
> From: tgl@postgresql.org
> Sent: Friday, December 22, 2000 9:52 AM
> To: pgsql-committers@postgresql.org
> Subject: [COMMITTERS] pgsql/src/backend/storage/lmgr (lmgr.c lock.c
> proc.c README)
>
> -----------------------------  Log Message  -----------------------------
>
> Revise lock manager to support "session level" locks as well as
> "transaction
> level" locks.

[snip]

> I also took this opportunity to do some cleanup and renaming in the lock
> code.  The previously noted bug in ProcLockWakeup, that it
> couldn't wake up
> any waiters beyond the first non-wakeable waiter, is now fixed.

I've just noticed that this changed a locking behabior.
For example, VACUUM could hardly acquire the lock
while other backends frequently access the target table.

Regards.
Hiroshi Inoue

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

Предыдущее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/contrib/intarray (Makefile.703)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql/src/backend/storage/lmgr (lmgr.c lock.c proc.c README)