• Marc G. Fournier's avatar
    From: Dan McGuirk <mcguirk@indirect.com> · 51844146
    Marc G. Fournier authored
    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.)
    51844146
xact.c 35.1 KB