FrozenTransactionId

Поиск
Список
Период
Сортировка
От Egor Rogov
Тема FrozenTransactionId
Дата
Msg-id 575D7955.6060209@postgrespro.ru
обсуждение исходный текст
Ответы Re: FrozenTransactionId  (Egor Rogov <e.rogov@postgrespro.ru>)
Список pgsql-docs
Hi,
Since 9.4 FrozenTransactionId is no longer used to freeze row versions.
The change was done by commit 37484ad:

 >     Instead of changing the tuple xmin to FrozenTransactionId, the
combination
 >     of HEAP_XMIN_COMMITTED and HEAP_XMIN_INVALID, which were
previously never
 >     set together, is now defined as HEAP_XMIN_FROZEN.

But we still have FrozenTransactionId mentioned in section 23.1.5.
Please consider the attached patch to fix it.

Thanks,
Egor Rogov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: javier.diaz.soto@gmail.com
Дата:
Сообщение: getRefCursor() is deprecated
Следующее
От: Egor Rogov
Дата:
Сообщение: Re: Suspicious description of track_io_timing