Thread: pgsql: Remove duplicated progress reporting during heap scan of VACUUM

pgsql: Remove duplicated progress reporting during heap scan of VACUUM

From
Michael Paquier
Date:
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(-)