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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment related to concurrent index swapping in index.c
Date: 2020-03-19 00:52:56
Message-ID: E1jEjQe-0003Lh-3V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/index.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-03-19 01:17:59 pgsql: nbtree: Use raw PageAddItem() for retail inserts.
Previous Message Alvaro Herrera 2020-03-18 23:24:04 Re: pgsql: Disk-based Hash Aggregation.