mirror of https://github.com/citusdata/citus.git
* Break the dependency to CitusInitiatedBackend infrastructure With this change, we start to show non-distributed backends as well in citus_dist_stat_activity. I think that (a) it is essential for making citus_lock_waits to work for blocked on DDL commands. (b) it is more expected from the user's perspective. The name of the view is a little inconsistent now (e.g., citus_dist_stat_activity) but we are already planning to improve the names with followup PRs. Also, we have global pids assigned, the CitusInitiatedBackend becomes obsolete. |
||
---|---|---|
.. | ||
backend_data.c | ||
citus_dist_stat_activity.c | ||
distributed_deadlock_detection.c | ||
lock_graph.c | ||
relation_access_tracking.c | ||
remote_transaction.c | ||
transaction_management.c | ||
transaction_recovery.c | ||
worker_transaction.c |