Decrements the count of sites still active in the distributed transaction.
RETCODE remove_xact (
PDBPROCESS connect,
DBINT commid,
INT n );
where
SUCCEED or FAIL.
The commit service records the number of sites participating in a distributed transaction. The remove_xact function informs the commit service that one or more sites has committed or canceled the transaction locally and therefore is no longer participating. The commit service removes the sites from the transaction by decrementing the count of sites. The transaction record is deleted entirely if the count drops to zero.
abort_xact, commit_xact, scan_xact, start_xact, stat_xact