PGXC_OS_THREADS
PGXC_OS_THREADS displays thread status information under all normal nodes in the current cluster.
| Column | Type | Description |
|---|---|---|
| node_name | Text | Names of all normal nodes currently in the cluster. |
| pid | Bigint | Thread IDs currently running in the processes of all normal nodes in the cluster. |
| lwpid | Integer | Lightweight thread IDs corresponding to the PIDs. |
| thread_name | Text | Thread names corresponding to the PIDs. |
| creation_time | Timestamp with time zone | Creation time of the threads corresponding to the PIDs. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.