pgsql: Fix the database-wide version of CLUSTER to silently skip temp

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Fix the database-wide version of CLUSTER to silently skip temp
Дата
Msg-id 20070912151624.DB9EF754206@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix the database-wide version of CLUSTER to silently skip temp tables of
remote sessions, instead of erroring out in the middle of the operation.

This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all
the way back that it is relevant to.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.116.2.2 -> r1.116.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.116.2.2&r2=1.116.2.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Fix the database-wide version of CLUSTER to silently skip temp
Следующее
От: kocka@pgfoundry.org (User Kocka)
Дата:
Сообщение: jdbccache - jdbccache: