pgsql: Transfer state pertaining to pending REINDEX operations toworke

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Transfer state pertaining to pending REINDEX operations toworke
Дата
Msg-id E1ecW8W-0004wc-CF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Transfer state pertaining to pending REINDEX operations to workers.

This will allow the pending patch for parallel CREATE INDEX to work
on system catalogs, and to provide the same level of protection
against use of user indexes while they are being rebuilt that we
have for non-parallel CREATE INDEX.

Patch by me, reviewed by Peter Geoghegan.

Discussion: http://postgr.es/m/CA+TgmoYN-YQU9JsGQcqFLovZ-C+Xgp1_xhJQad=cunGG-_p5gg@mail.gmail.com
Discussion: http://postgr.es/m/CAH2-Wzkv4UNkXYhqQRqk-u9rS7h5c-4cCW+EqQ8K_WSeS43aZg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29d58fd3adae9057c3fd502393b2f131bc96eaf9

Modified Files
--------------
src/backend/access/transam/README.parallel |  3 ++
src/backend/access/transam/parallel.c      | 18 ++++++-
src/backend/catalog/index.c                | 75 +++++++++++++++++++++++++++++-
src/include/catalog/index.h                |  4 ++
4 files changed, 98 insertions(+), 2 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix typo in recent commit
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix StoreCatalogInheritance1 to use 32bit inhseqno