Fix comment related to concurrent index swapping in index.c

Michael Paquier <michael@paquier.xyz>

Commit: d41202f36eed97a4ee68a6a9f5fcca314f12c35d
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-03-19T00:51:33Z
Releases: 13.0
Fix comment related to concurrent index swapping in index.c

A comment about switching indisvalid of the new and old indexes swapped
in REINDEX CONCURRENTLY got this backwards.

Issue introduced by 5dc92b8, the original commit of REINDEX
CONCURRENTLY.

Author: Julien Rouhaud
Discussion: https://postgr.es/m/20200318143340.GA46897@nol
Backpatch-through: 12

Files

PathChange+/−
src/backend/catalog/index.c modified +1 −1

Discussion