Querying a table produces the following error message:
ERROR: index "pg_statlastop_classid_objid_staactionname_index" contains unexpected zero page at block 311 HINT: Please REINDEX it.
The index "pg_statlastop_classid_objid_staactionname_index" is having an issue being read.
The cause of the issue is bad index pages.
Reindex the problematic index to overcome this issue.
Reindex index <schema_name>.<index_name>;
Reindex index pg_catalog.pg_statlastop_classid_objid_staactionname_index;
Contact Pivotal Support in case the shared table index needs to be rebuilt.