Re: pgsql: Report progress of CREATE INDEX operations

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Report progress of CREATE INDEX operations
Date: 2019-04-03 01:51:45
Message-ID: 20190403015145.GA10188@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2019-Apr-02, Alvaro Herrera wrote:

> Report progress of CREATE INDEX operations

I just noticed that valgrind is also complaining about
IndexVacuumInfo.report_progress being uninitialized in a couple of
callsites. Will fix early tomorrow.

--
Á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 Alvaro Herrera 2019-04-03 12:59:31 pgsql: Correctly initialize newly added struct member
Previous Message Tomas Vondra 2019-04-02 23:25:40 Re: pgsql: Add support for multivariate MCV lists