pgsql: Make REINDEX DATABASE silently skip remote temp tables.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make REINDEX DATABASE silently skip remote temp tables.
Date: 2007-09-12 20:21:23
Message-ID: 20070912202123.BD6FA753DF9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-09-12 20:44:03 Re: pgsql: Release the exclusive lock on the table early after truncating it
Previous Message Bruce Momjian 2007-09-12 19:27:16 pgsql: Whitespace improvement.