Remove duplicated progress reporting during heap scan of VACUUM
authorMichael Paquier <michael@paquier.xyz>
Sun, 15 Dec 2019 13:05:33 +0000 (22:05 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 15 Dec 2019 13:05:33 +0000 (22:05 +0900)
commite5a02e0fc68bd57048f2c74a89f5412dbf87015e
tree8b6efcbd3b2e7d7a1640f06b935bc75e7f53c9cb
parentbaa32ce28b39eccdf384e979dac5ad8be91ff44e
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
src/backend/access/heap/vacuumlazy.c