PG_GET_SENDERS_CATCHUP_TIME
PG_GET_SENDERS_CATCHUP_TIME displays catchup information of the currently active primary/standby instance sender thread on the DN. For details about the columns, see Table 1.
| 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 the catchup task |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.