PGXC_STAT_BAD_BLOCK
PGXC_STAT_BAD_BLOCK displays statistics about page verification failures after all nodes in a cluster are started. Only users with the SYSADMIN and MONADMIN permissions can query this view. For details about the columns, see Table 1.
| Name | Type | Description |
|---|---|---|
| nodename | text | Node name. |
| databaseid | integer | Database OID. |
| tablespaceid | integer | Tablespace OID. |
| relfilenode | integer | File object ID. |
| forknum | integer | File type. The options are as follows:
|
| error_count | integer | Number of verification failures. |
| first_time | timestamp with time zone | Time of the first verification failure. |
| last_time | timestamp with time zone | Time of the latest verification failure. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.