pgsql: Make REINDEX DATABASE silently skip remote temp tables.

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Make REINDEX DATABASE silently skip remote temp tables.
Дата
Msg-id 20070912202123.BD6FA753DF9@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Whitespace improvement.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Release the exclusive lock on the table early after truncating it