pgsql: vacuumlazy.c: fix remaining "dead tuple" references.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: fix remaining "dead tuple" references.
Date: 2021-11-30 19:41:31
Message-ID: E1ms90N-00085P-4L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: fix remaining "dead tuple" references.

Oversight in commit 4f8d9d12.

Reported-By: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAD21AoDm38Em0bvRqeQKr4HPvOj65Y8cUgCP4idMk39iaLrxyw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4bdfe6855901a4104dbdac2be53d465b626e244d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-11-30 20:20:20 Re: pgsql: Update high level vacuumlazy.c comments.
Previous Message Tomas Vondra 2021-11-30 19:04:47 pgsql: Ignore BRIN indexes when checking for HOT udpates