pgsql: Adjust VACUUM hastup LP_REDIRECT comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust VACUUM hastup LP_REDIRECT comments.
Date: 2023-01-02 18:18:43
Message-ID: E1pCPOV-001i6v-Be@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust VACUUM hastup LP_REDIRECT comments.

The term "truncation" has been ambiguous since commit 10a8d13823 added
line pointer array truncation during heap pruning. Clear things up by
specifying that we're talking about rel truncation here, to match nearby
comments that apply to tuples with storage.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/325bc54eed4ea0836a0bb715bb18342f0c1c668a

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-01-02 20:01:14 pgsql: Update copyright for 2023
Previous Message Peter Geoghegan 2023-01-02 18:17:07 pgsql: Avoid special XID snapshotConflictHorizon values.