Writing Commit Status hint bits (was Re: [HACKERS] Constant WAL replay)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Writing Commit Status hint bits (was Re: [HACKERS] Constant WAL replay)
Дата
Msg-id 1121813861.3998.34.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Writing Commit Status hint bits (was Re: [HACKERS] Constant WAL replay)
Список pgsql-patches
On Sun, 2005-04-24 at 02:28 -0400, Tom Lane wrote:
> In the current code there is no such thing as a hard read-only behavior
> --- for example we will try to update commit-status hint bits no matter
> what.  Allowing that to be turned off would be interesting for a number
> of purposes, such as burning a database onto CD.

Short patch enclosed to turn off writing of commit-status hint bits.

I've called this "cache_txn_status_with_data" but I'm open to other
suggestions...

This should allow migration of older child tables to hierarchical
storage when using a large historical table design.

Best Regards, Simon Riggs

Вложения

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

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: COPY FROM performance improvements
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [HACKERS] Patch to fix plpython on OS X