]> git.ipfire.org Git - thirdparty/postgresql.git/commit
From: Dan McGuirk <mcguirk@indirect.com>
authorMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 20:41:14 +0000 (20:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 12 Mar 1997 20:41:14 +0000 (20:41 +0000)
commit51844146e504931f0cfa1048e0ea3bbc4e8ea619
tree7169e3b7ba7f0022e8949c162c9bf345e390cecc
parent336eb7056d87b8cc341a955341318968e836918f
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] abort failed transaction patch

This patch allows you to end a transaction that has failed on an error
using the 'ABORT' statement without generating another error message.
(By default you get an error unless you use 'END' to terminate the
transaction, which has already been aborted anyway.)
src/backend/access/transam/xact.c