Re: autonomous transactions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Dimitri Fontaine <dfontaine@hi-media.com>, Alvaro Herrera <alvherre@commandprompt.com>, Darren Duncan <darren@darrenduncan.net>, pgsql-hackers <pgsql-hackers@postgresql.org>, "Colin 't Hart" <colinthart@gmail.com>
Date: 2010-09-16T14:42:05Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > I plan to reserve judgment on the best way of managing the relevant > state until such time as someone has gone to the trouble of > identifying what state that is. The really fundamental problem here is that you never will be able to identify all such state. Even assuming that you successfully completed the herculean task of fixing the core backend, what of add-on code? (This is also why I'm quite unimpressed with the idea of trying to get backends to switch to a different database after startup.) regards, tom lane