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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment related to concurrent index swapping in index.c
Дата
Msg-id E1jEjQe-0003Li-3y@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_12_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Disk-based Hash Aggregation.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: nbtree: Use raw PageAddItem() for retail inserts.