postgresql/src/backend/access/transam
Marc G. Fournier 51844146e5 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.)
1997-03-12 20:41:14 +00:00
..
Makefile Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
transam.c TransactionIdIsInProgress is commented out 1996-11-27 15:15:54 +00:00
transsup.c Avoiding 1996-12-14 05:20:39 +00:00
varsup.c VariableRelationPutNextXid () now flushes variable relation 1997-01-16 07:59:11 +00:00
xact.c From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 20:41:14 +00:00
xid.c All external function definitions now have prototypes that are checked. 1996-11-10 03:06:38 +00:00