pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p
Date
Msg-id E1QCJlk-0004Qn-VM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."

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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1da9966230a30405ea5981403d4f4a9d83cb1ecb

Modified Files
--------------
src/backend/catalog/index.c |   28 ++++------------------------
1 files changed, 4 insertions(+), 24 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid changing an index's indcheckxmin horizon during REINDEX.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add C comment