PG_GET_SENDERS_CATCHUP_TIME
PG_GET_SENDERS_CATCHUP_TIME displays the catchup information of the currently active primary/standby instance sending thread on a single DN.
| Name | Type | Description |
|---|---|---|
| pid | bigint | Current sender thread ID |
| lwpid | integer | Current sender lwpid |
| local_role | text | Local role |
| peer_role | text | Peer role |
| state | text | Current sender's replication status |
| type | Text | Current sender type |
| catchup_start | timestamp with time zone | Startup time of a catchup task |
| catchup_end | timestamp with time zone | End time of a catchup task |
Last Article: PG_GET_INVALID_BACKENDS
Next Article: PG_GROUP
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.