pgsql: Fix comment related to concurrent index swapping in index.c

2020-03-18 Thread Michael Paquier
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://pos

pgsql: Fix comment related to concurrent index swapping in index.c

2020-03-18 Thread Michael Paquier
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://pos