pgsql: Disallow committing a prepared transaction unless we are in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Disallow committing a prepared transaction unless we are in the
Дата
Msg-id 20070213193955.B5E5A9FB9E8@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Disallow committing a prepared transaction unless we are in the same database
it was executed in.  Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places.  Per Heikki.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        twophase.c (r1.16.2.1 -> r1.16.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twophase.c.diff?r1=1.16.2.1&r2=1.16.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Disallow committing a prepared transaction unless we are in the
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Improve failure message when DROP DATABASE is used on a