Do not execute fastpath function calls if in transaction ABORT state.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4cafef5c08b965445654eb42d7ef46715fda25e2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-10-24T20:59:35Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/backend/tcop/fastpath.c modified +46 −14