pgsql: DropTableSpace forgot to remove dependency on tablespace's owner.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: DropTableSpace forgot to remove dependency on tablespace's owner.
Дата
Msg-id 20050830010847.7B10AD8101@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
DropTableSpace forgot to remove dependency on tablespace's owner.
Per report from Jaime Casanova.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablespace.c (r1.26 -> r1.27)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablespace.c.diff?r1=1.26&r2=1.27)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix misleading comment.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Mention max_prepared_transactions in PREPARE TRANSACTION