Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling as

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling as
Дата
Msg-id 412A9747.5060807@familyhealth.com.au
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling as  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql-server: Rearrange pg_subtrans handling as  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Just random speculation, but could we use a pg_subtrans-like setup to do 
row share locks?

ie. Store them in a sort of table to avoid the problems with limited 
shared memory size?

Chris


Tom Lane wrote:

> Log Message:
> -----------
> Rearrange pg_subtrans handling as per recent discussion.  pg_subtrans
> updates are no longer WAL-logged nor even fsync'd; we do not need to,
> since after a crash no old pg_subtrans data is needed again.  We truncate
> pg_subtrans to RecentGlobalXmin at each checkpoint.  slru.c's API is
> refactored a little bit to separate out the necessary decisions.



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: debuging postgres
Следующее
От: Neil Conway
Дата:
Сообщение: compile warnings in HEAD