Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> I think we should set things up so that prepared transactions are
> dropped when they concern a database being dropped. Opinions?
No. A prepared transaction is one that we have guaranteed we can commit
when the 2PC manager tells us to. Reneging on that commitment is
something the DBA can choose to do manually, but I disagree with doing
it automatically.
regards, tom lane