Re: Forbid finishing a prepared transaction from another database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Forbid finishing a prepared transaction from another database
Дата
Msg-id 4758.1171395723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Forbid finishing a prepared transaction from another database  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-patches
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Throw an error if you try to COMMIT/ROLLBACK PREPARED from a database
> other than the one where the transaction was originally prepared.

Committed, but I made it ERRCODE_FEATURE_NOT_SUPPORTED, since this seems
to me to be in the nature of something we might fix someday (if anyone
gets motivated enough), not a that's-nonsensical error.

            regards, tom lane

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

Предыдущее
От: Tom Dunstan
Дата:
Сообщение: Re: Enums patch v2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Another aspect of set_ps_display ()