pgsql: Remove duplicated progress reporting during heap scan of VACUUM

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove duplicated progress reporting during heap scan of VACUUM
Дата
Msg-id E1igTbd-00087f-Ny@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Try to stabilize results of new tuplesort regression test.
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Clean up some misplaced comments in partition_join.sql regressio