citus/src
Onder Kalaci 4cae856846 Relax assertion on transaction abort on PREPARE step
In case a failure happens when a transaction is failed on PREPARE,
we used to hit an assertion for ensuring there is no pending
activity on the connection. However, that's not true after the
changes in #2031. Thus, we've replaced the assertion with a more
generic function call to consume any pending activity, if exists.
2018-09-17 18:09:16 +03:00
..
backend Relax assertion on transaction abort on PREPARE step 2018-09-17 18:09:16 +03:00
include Prevent overflow of memory accesses during deadlock detection 2018-09-17 16:23:29 +03:00
test/regress Attempt to stabilize packet dumps and add them back it 2018-09-12 22:10:39 -06:00