Re: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)
Дата
Msg-id 14100.976921688@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: TOAST-table vacuuming (was Re: Idea for reducing pl anning time)  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
>> We'd still want XID keys for the locks that are used to wait for a
>> particular transaction to complete (eg when waiting to update 
>> a tuple). I think that's OK since VACUUM doesn't need to hold any
>> such locks, but it'd probably mean making separate lmgr API entry
>> points for those locks as opposed to normal table-level locks.

> In this case XID is used as key in LOCKTAG, ie in lock identifier,
> but we are going to change XIDTAG, ie just holder identifier.
> No new entry will be required.

Oh, OK.  What say I rename the data structure to HOLDERTAG or something
like that, so it's more clear what it's for?  Any suggestions for a
name?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CURRENT/OLD keywords still broken
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CURRENT/OLD keywords still broken