]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix progress reporting of REINDEX CONCURRENTLY
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Sep 2020 05:16:12 +0000 (14:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Sep 2020 05:16:12 +0000 (14:16 +0900)
commit1aedaba78aa8617b24b7a703abd1359f9d78f62a
tree004af4218334899f0a420d8e83dab919ee1c6d58
parent67b2ceea01576933a1dc881ef6a65403e03483ee
Fix progress reporting of REINDEX CONCURRENTLY

This addresses a couple of issues with the so-said subject:
- Report the correct parent relation with the index actually being
rebuilt or validated.  Previously, the command status remained set to
the last index created for the progress of the index build and
validation, which would be incorrect when working on a table that has
more than one index.
- Use the correct phase when waiting before the drop of the old
indexes.  Previously, this was reported with the same status as when
waiting before the old indexes are marked as dead.

Author: Matthias van de Meent, Michael Paquier
Discussion: https://postgr.es/m/CAEze2WhqFgcwe1_tv=sFYhLWV2AdpfukumotJ6JNcAOQs3jufg@mail.gmail.com
Backpatch-through: 12
src/backend/commands/indexcmds.c