Postgresql 无法访问Postgres数据库中Transaction xxxxxx的状态

Postgresql 无法访问Postgres数据库中Transaction xxxxxx的状态,postgresql,postgresql-10,Postgresql,Postgresql 10,我无法访问postgres中的几个表,最初,数据库没有出现,因为我在下面的日志中发现了问题 2021-05-12 10:54:16.525 CEST [21191] FATAL: unable to access state of transcaction 183333957 nicht zugreifen 2021-05-12 10:54:16.525 CEST [21191] DETAIL: unable to read from »pg_xact/00AE« bei Position

我无法访问postgres中的几个表,最初,数据库没有出现,因为我在下面的日志中发现了问题

2021-05-12 10:54:16.525 CEST [21191] FATAL:  unable to access state of transcaction 183333957 nicht zugreifen
2021-05-12 10:54:16.525 CEST [21191] DETAIL:  unable to read from »pg_xact/00AE« bei Position
为了修复它,我填充了有问题的文件

dd if=/dev/zero bs=1 count=204800 >> 00AE
现在很少有表是完全不可访问的,如果我对它运行任何查询,它就会被卡住,我永远不会得到任何结果,日志中也没有错误消息或任何细节