From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Connection Pools and DISCARD ALL |
Date: | 2007-10-04 14:50:16 |
Message-ID: | 1191509416.4223.150.camel@ebony.site |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
On Thu, 2007-10-04 at 10:29 -0400, Tom Lane wrote:
> Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> > As committed, DISCARD ALL does everything but cannot be issued inside a
> > transaction block.
>
> > I'd like to propose that DISCARD ALL also issue a ROLLBACK command if it
> > is issued from within a transaction block.
>
> That was *intentional* to prevent mistakes.
I understand; I'm challenging that intention. Neil's original commit
message said that was "intended to catch programmer mistakes" and that
such use is "probably unintended".
If the developer has attempted to issue it in the wrong place, he's
probably also forgot to handle errors correctly, i.e. ROLLBACK then
reissue.
If we care about helping the developer we should make the command end
the transaction block if one exists then issue it. Less code for the
developer, less mistakes.
> Somebody who wants the
> above behavior can send "ROLLBACK; DISCARD ALL".
...which generates an ERROR if no transaction is in progress and fills
the log needlessly.
http://svr5.postgresql.org/pgsql-interfaces/2001-02/msg00116.php
--
Simon Riggs
2ndQuadrant http://www.2ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Gregory Stark | 2007-10-04 14:53:48 | Re: uh-oh, dugong failing again |
Previous Message | Michael Meskes | 2007-10-04 14:47:50 | Re: Not *quite* there on ecpg fixes |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-10-04 19:26:53 | Re: initdb of regression test failed. |
Previous Message | Tom Lane | 2007-10-04 14:29:00 | Re: Connection Pools and DISCARD ALL |