pgsql: Fix progress report of REINDEX INDEX

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix progress report of REINDEX INDEX
Date: 2019-09-20 16:19:14
Message-ID: E1iBLco-0008R6-7h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix progress report of REINDEX INDEX

I (Álvaro) broke that in commit 6212276e4343 -- forgot to set the
necessary flag. Repair.

Author: Amit Langote
Discussion: https://postgr.es/m/CA+HiwqEaM2tV5awKhP1vSbgjQe_uXVU15Oi4sTgwgempwMiT8g@mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c3c131e295af6530381a8ace749c81fcc8930059

Modified Files
--------------
src/backend/commands/indexcmds.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-20 16:19:45 Re: pgsql: Fix progress reporting of CLUSTER / VACUUM FULL
Previous Message Alexander Korotkov 2019-09-20 12:35:48 pgsql: Provide stable test for NULL-values in KNN SP-GiST