pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p
Дата
Msg-id E1QCJll-0004R0-5u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."

This reverts commit 2c69fc0596e0b785dcc990d2942be89f01c213fd of 2011-04-15.
There's a better way to do it, which will follow shortly.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6c0635d7a4b6daa80745ca8b4c4f4ca3cda797fe

Modified Files
--------------
src/backend/catalog/index.c |   25 +++----------------------
1 files changed, 3 insertions(+), 22 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX.