We have setup areplication systemforPostgreSQL 9 using pgpool II withtwo nodes. The system is work: when we insert some record inthepool (port 9999), the datais saved in node-1 and node-2. We can alsostop anode andrecoverit properly. The problem is: ifwe stop postgres in node-2in the middle ofa transaction (an insertof 1000records on the pool), the transactionis interrupted in all nodes. We want thetransactionto complete successfully onlivenodes.