Do not execute fastpath function calls if in transaction ABORT state.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/tcop/fastpath.c | modified | +46 −14 |