@aviana os erros que aparecem ao tentar criar um dump:
-----
pg_dump: error: Dumping the contents of table "statuses" failed: PQgetResult() failed.
pg_dump: detail: Error message from server: ERROR: compressed pglz data is corrupt
-----
pg_dump: error: Dumping the contents of table "statuses" failed: PQgetCopyData() failed.
pg_dump: detail: Error message from server: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
(...)
pg_restore: error: could not read from input file: end of file
-----
Ao tentar reindexar:
-----
WARNING: concurrent insert in progress within table "statuses"
ERROR: could not access status of transaction ***
DETAIL: Could not open file "pg_subtrans/*****": No such file or directory.
CONTEXT: while checking uniqueness of tuple (******,*) in relation "statuses"
-----