Re: Forbid finishing a prepared transaction from another database - Mailing list pgsql-patches

From Tom Lane
Subject Re: Forbid finishing a prepared transaction from another database
Date
Msg-id 4758.1171395723@sss.pgh.pa.us
Whole thread Raw
In response to Forbid finishing a prepared transaction from another database  (Heikki Linnakangas <heikki@enterprisedb.com>)
List 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 by date:

Previous
From: Tom Dunstan
Date:
Subject: Re: Enums patch v2
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Another aspect of set_ps_display ()