Do not execute fastpath function calls if in transaction ABORT state.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2000 20:59:35 +0000 (20:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2000 20:59:35 +0000 (20:59 +0000)
commit739de05be8e1451f0ab2ea666561be85ad9eb6be
treee04c21b52dfcb35128965dd19528e5688f0e2b9a
parent763251ec39f0ba970ce17c4e5578c69dfe97b003
Do not execute fastpath function calls if in transaction ABORT state.
Just like queries, doing nothing is better than possibly getting weird
error messages.  Also, improve comments.
src/backend/tcop/fastpath.c