更新时间:2025-03-08 GMT+08:00
PG_GET_SENDERS_CATCHUP_TIME
PG_GET_SENDERS_CATCHUP_TIME视图显示DN上当前活跃的主备发送线程的追赶信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| pid | bigint | 当前sender的线程ID。 |
| lwpid | integer | 当前sender的lwpid。 |
| local_role | text | 本地的角色。 |
| peer_role | text | 对端的角色。 |
| state | text | 当前sender的复制状态。 |
| type | text | 当前sender的类型。 |
| catchup_start | timestamp with time zone | catchup启动的时间。 |
| catchup_end | timestamp with time zone | catchup结束的时间。 |
父主题: 系统视图