Thread: pgsql: Make REINDEX DATABASE silently skip remote temp tables.

pgsql: Make REINDEX DATABASE silently skip remote temp tables.

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
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)