Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.
Дата
Msg-id 4E01CA27.6010102@enterprisedb.com
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Make the visibility map crash-safe.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 22.06.2011 06:05, Robert Haas wrote:
> Second, when inserting, updating, or deleting
> a tuple, we can no longer get away with clearing the visibility map
> bit after releasing the lock on the corresponding heap page, because
> an intervening crash might leave the visibility map bit set and the
> page-level bit clear.

heap_update seems to still do that.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Another issue with invalid XML values
Следующее
От: Marti Raudsepp
Дата:
Сообщение: Re: Hugetables question