on the transaction state on each node. It is possible that only
primary is in an explicit transaction but standby is not in it if
multi statement query has been sent.
Per bug report [pgpool-general-jp: 1049].
else if (send_type > 0 && i != node_id)
continue;
-#ifdef NOT_USED
/*
* If in master/slave mode, we do not send COMMIT/ABORT to
* slaves/standbys if it's in I(idle) state.
pool_unset_node_to_be_sent(query_context, i);
continue;
}
-#endif
/*
* If in reset context, we send COMMIT/ABORT to nodes those