Обсуждение: pgsql: Make CLUSTER and REINDEX silently skip remote temp tables in

Поиск
Список
Период
Сортировка

pgsql: Make CLUSTER and REINDEX silently skip remote temp tables in

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
Log Message:
-----------
Make CLUSTER and REINDEX silently skip remote temp tables in their
database-wide editions.

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

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.154 -> r1.154.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.154&r2=1.154.2.1)
        indexcmds.c (r1.149.2.1 -> r1.149.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcmds.c?r1=1.149.2.1&r2=1.149.2.2)