pgsql: Remove duplicated progress reporting during heap scan of VACUUM - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove duplicated progress reporting during heap scan of VACUUM
Date
Msg-id E1igTbd-00087f-Ny@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove duplicated progress reporting during heap scan of VACUUM

This has been introduced by c16dc1a since progress reporting for VACUUM
has been added.  As this issue just causes some extra work and is
harmless, no backpatch is done.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20191213030831.GT2082@telsasoft.com

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Try to stabilize results of new tuplesort regression test.
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Clean up some misplaced comments in partition_join.sql regressio