pgsql: vacuumlazy.c: fix "garbage tuples" reference. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: vacuumlazy.c: fix "garbage tuples" reference.
Date
Msg-id E1n7lul-0004gy-Op@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Consider fractional paths in generate_orderedappend_paths
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix memory leak in indexUnchanged hint mechanism.