row level lock and table level locks

Поиск
Список
Период
Сортировка
От Larry Douzie
Тема row level lock and table level locks
Дата
Msg-id 20030908024553.3191.qmail@web60208.mail.yahoo.com
обсуждение исходный текст
Ответы Re: row level lock and table level locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>A row lock is represented by storing the locking transaction's ID in
xmax and setting
>the HEAP_MARKED_FOR_UPDATE infomask bit. The bit is
needed to distinguish
 >this from the case where the transaction is
deleting the tuple.

Is there a similar bit modified if the row in question is being waited
upon by some transaction?


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: [GENERAL] Needed function IF(expr, expr, expr)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: row level lock and table level locks