pgsql: Re-think guts of DROP INDEX CONCURRENTLY.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Re-think guts of DROP INDEX CONCURRENTLY.
Дата
Msg-id E1TOuSK-0004pJ-AR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Re-think guts of DROP INDEX CONCURRENTLY.
Concurrent behaviour was flawed when using
a two-step process, so add an additional
phase of processing to ensure concurrency
for both SELECTs and INSERT/UPDATE/DELETEs.

Backpatch to 9.2

Andres Freund, tweaked by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f0e480d02cde469e64d03dc8ca198cbfd597640

Modified Files
--------------
src/backend/catalog/index.c |  104 +++++++++++++++++++++++++++++++++++++------
1 files changed, 90 insertions(+), 14 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix planning of non-strict equivalence clauses above outer joins
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Re-think guts of DROP INDEX CONCURRENTLY.