pgsql: vacuumlazy.c: fix "garbage tuples" reference.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumlazy.c: fix "garbage tuples" reference.
Date: 2022-01-12 22:16:19
Message-ID: E1n7lul-0004gy-Op@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumlazy.c: fix "garbage tuples" reference.

Another minor oversight in commit 4f8d9d12.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9b873f667681232469007d755d0c163a63ea978

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-01-12 23:44:50 pgsql: Fix memory leak in indexUnchanged hint mechanism.
Previous Message Tomas Vondra 2022-01-12 21:48:28 pgsql: Consider fractional paths in generate_orderedappend_paths