pgsql: Remove duplicated progress reporting during heap scan of VACUUM

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicated progress reporting during heap scan of VACUUM
Date: 2019-12-15 13:06:41
Message-ID: E1igTbd-00087f-Ny@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-12-16 08:10:22 pgsql: Clean up some misplaced comments in partition_join.sql regressio
Previous Message Tom Lane 2019-12-14 20:02:02 pgsql: Try to stabilize results of new tuplesort regression test.