Revise REINDEX CONCURRENTLY recovery instructions When the leftover invalid index is "ccold", there's no need to re-run the command. Reword the instructions to make that explicit.
Backpatch to 12, where REINDEX CONCURRENTLY appeared. Author: Álvaro Herrera <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Julien Rouhaud <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0784c333728dd454b80c0bd0faec916782370810 Modified Files -------------- doc/src/sgml/ref/reindex.sgml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
