Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Date: 2019-09-20 16:19:45
Message-ID: 20190920161945.GA17912@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2019-Sep-17, Amit Langote wrote:

Hi

> I noticed that the progress of REINDEX INDEX index_name is no longer
> shown; REINDEX TABLE table_name is fine. Maybe you missed updating
> ReindexIndex() to pass the option to report progress, like this:

That's right, I broke that case, and your patch fixes it. Pushed,
thanks.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-20 16:47:54 pgsql: Revert "Add DECLARE STATEMENT support to ECPG."
Previous Message Alvaro Herrera 2019-09-20 16:19:14 pgsql: Fix progress report of REINDEX INDEX