pgsql: amcheck: In verify_heapam, allows tuples with xmin 0.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: amcheck: In verify_heapam, allows tuples with xmin 0.
Дата
Msg-id E1phFtq-000Cdu-Qu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
amcheck: In verify_heapam, allows tuples with xmin 0.

Commit e88754a1965c0f40a723e6e46d670cacda9e19bd caused that case
to be reported as corruption, but Peter Geoghegan pointed out that
it can legitimately happen in the case of a speculative insertion
that aborts, so we'd better not flag it as corruption after all.

Back-patch to v14, like the commit that introduced the issue.

Discussion: http://postgr.es/m/CAH2-WzmEabzcPTxSY-NXKH6Qt3FkAPYHGQSe2PtvGgj17ZQkCw@mail.gmail.com

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/453f53821fa549d3e46c87a076fc7849fab9a948

Modified Files
--------------
contrib/amcheck/verify_heapam.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Fix recent pg_walinspect fpi_length bug.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Validate ICU locales.