pgsql: nbtree README: move VACUUM linear scan section.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree README: move VACUUM linear scan section.
Date: 2021-02-18 05:14:25
Message-ID: E1lCbdx-0003LY-Tp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree README: move VACUUM linear scan section.

Discuss VACUUM's linear scan after discussion of tuple deletion by
VACUUM, but before discussion of page deletion by VACUUM. This
progression is a lot more natural.

Also tweak the wording a little. It seems unnecessary to talk about how
it worked prior to PostgreSQL 8.2.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/128dd901a5c87e11c6a8cbe227a806cdc3afd10d

Modified Files
--------------
src/backend/access/nbtree/README | 55 ++++++++++++++++++++--------------------
1 file changed, 28 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-02-18 07:16:25 pgsql: Allow specifying CRL directory
Previous Message Tomas Vondra 2021-02-17 23:27:53 pgsql: Fix tuple routing to initialize batching only for inserts