由于另一个服务器进程崩溃而终止连接-Postgres

时间:2017-06-05 18:10:22

标签: postgresql

每次我运行相同的查询我都会收到此错误:

DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. connection to server was lost

我正在使用phpPgAdmin 5.1。

1 个答案:

答案 0 :(得分:3)

另一个数据库会话中的并发查询已崩溃其服务器后端进程。因此,整个数据库将停止并从最新检查点执行崩溃恢复。

您应该查看数据库服务器日志以查看问题所在。