Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Date
Msg-id 20190920161945.GA17912@alvherre.pgsql
Whole thread Raw
In response to Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL  (Amit Langote <amitlangote09@gmail.com>)
List 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



pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix progress report of REINDEX INDEX
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "Add DECLARE STATEMENT support to ECPG."