64.4.2. Bottom-up Index Deletion - Mailing list pgsql-docs

From PG Doc comments form
Subject 64.4.2. Bottom-up Index Deletion
Date
Msg-id 165764161026.666.13998783616221095418@wrigleys.postgresql.org
Whole thread Raw
Responses Re: 64.4.2. Bottom-up Index Deletion  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/btree-implementation.html
Description:

on this url 64.4.2. Bottom-up Index Deletion,
https://www.postgresql.org/docs/14/btree-implementation.html#BTREE-DELETION


Would be nice to add a note: old tuple versions in the index referencing the
same logical row cannot be deleted by bottom up index deletion process when
older transactions that might require the old state the row are still
running That is what the LP_DEAD bit is for I believe? 

hopefully my understanding is correct.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Docs for string_to_array missing for Postgres 14
Next
From: Bruce Momjian
Date:
Subject: Re: No documentation exists about ecpg ORACLE comptaible mode