pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when
Date: 2009-03-27 15:57:11
Message-ID: 20090327155711.58449754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach reindex_index() to clear pg_index.indcheckxmin when possible.
Greg Stark, slightly modified by me.

Modified Files:
--------------
pgsql/src/backend/catalog:
index.c (r1.313 -> r1.314)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/index.c?r1=1.313&r2=1.314)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-27 18:30:22 pgsql: Fix possible failures when a tuplestore switches from in-memory
Previous Message Heikki Linnakangas 2009-03-27 14:59:46 pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.