Re: pgsql: Report progress of CREATE INDEX operations

2019-04-02 Thread Alvaro Herrera
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 Herrerahttps://www.2ndQuadr

Re: pgsql: Report progress of CREATE INDEX operations

2019-04-02 Thread Alvaro Herrera
On 2019-Apr-02, Andres Freund wrote: > Note that longfin complains about something different than the output > files: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=longfin&dt=2019-04-02%2018%3A49%3A03 > > lmgr.c:882:14: error: variable 'count' is used uninitialized whenever '?:' >

Re: pgsql: Report progress of CREATE INDEX operations

2019-04-02 Thread Andres Freund
Hi, On 2019-04-02 15:41:46 -0300, Alvaro Herrera wrote: > On 2019-Apr-02, Alvaro Herrera wrote: > > > Report progress of CREATE INDEX operations > > Argh, I pushed an older version of the commit. Note that longfin complains about something different than the output files: https://buildfarm.pos

Re: pgsql: Report progress of CREATE INDEX operations

2019-04-02 Thread Alvaro Herrera
On 2019-Apr-02, Alvaro Herrera wrote: > Report progress of CREATE INDEX operations Argh, I pushed an older version of the commit. -- Álvaro Herrerahttps://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services