pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when
Date
Msg-id 20090327155711.58449754ADE@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix tab completion of ANALYZE VERBOSE .
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix possible failures when a tuplestore switches from in-memory