pgsql: Make REINDEX DATABASE silently skip remote temp tables. - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Make REINDEX DATABASE silently skip remote temp tables.
Date
Msg-id 20070912202123.BD6FA753DF9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make REINDEX DATABASE silently skip remote temp tables.

Per report from bitsandbytes88 <at> hotmail.com and subsequent discussion.

This is a back patch of a patch committed yesterday to CLUSTER and REINDEX.
REINDEX only processes user indexes as of 8.1, so we needn't backpatch this any
further.  (CLUSTER was backpatched separately all the way back to 7.4).

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        indexcmds.c (r1.134.2.3 -> r1.134.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcmds.c?r1=1.134.2.3&r2=1.134.2.4)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Whitespace improvement.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Release the exclusive lock on the table early after truncating it