mirror of https://github.com/citusdata/citus.git
This change renames the distributed transaction manager parameter from citus.copy_transaction_manager to citus.multi_shard_commit_protocol. Distributed transaction manager has been used only by the COPY on hash partitioned tables but it can be used by upcoming features so, we needed to rename so that its name do not contain a reference to COPY. The change also includes renames like transaction_manager_options to commit_protocol_options and TRANSACTION_MANAGER_1PC to COMMIT_PROTOCOL_1PC. With this change, declaration of MultiShardCommitProtocol (was CopyTransactionManager) is moved from multi_copy.c to multi_transaction.c. |
||
---|---|---|
.. | ||
citus_nodefuncs.c | ||
citus_outfuncs.c | ||
citus_read.c | ||
citus_readfuncs_94.c | ||
citus_readfuncs_95.c | ||
citus_ruleutils.c | ||
connection_cache.c | ||
listutils.c | ||
metadata_cache.c | ||
multi_resowner.c | ||
multi_transaction.c | ||
resource_lock.c | ||
ruleutils_94.c | ||
ruleutils_95.c | ||
shardinterval_utils.c |