blocking_lock_chain_rca
Build a wait-for tree from blocking lock pairs to identify the root blocker in PostgreSQL, using live or provided data.
Instructions
[READ] Build the wait-for tree from blocking pairs and name the root blocker.
Pass 'pairs' (as from the live blocking-pairs read) for pure/offline analysis,
or omit to pull the current blocking graph live.
Args:
pairs: Injected blocking pairs {blockedPid, blockingPid, ...}; if omitted,
pulled live from pg_blocking_pids.
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pairs | No | ||
| target | No |