Обсуждение: 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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.162 -> r1.163)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.162&r2=1.163)
        indexcmds.c (r1.164 -> r1.165)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcmds.c?r1=1.164&r2=1.165)