Re: Incorrect assumption in heap_prepare_freeze_tuple
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-10-03T07:36:19Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
- dd6959798885 12.0 cited
Hi, On 2020-10-03 12:58:01 +0530, Kuntal Ghosh wrote: > IIUC, there can be a HOT-updated tuple which is not initially pruned > by heap_page_prune but later diagnosed HEAPTUPLE_DEAD by > HeapTupleSatisfiesVacuum (Since OldestXmin can be updated by the time > we call HeapTupleSatisfiesVacuum and xmax becomes older than > OldestXmin). Hm? OldestXmin is constant over the course of vacuum, no? Greetings, Andres Freund