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

1pa*_*1pa 6 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。

Lau*_*lbe 5

不同数据库会话中的并发查询使其服务器后端进程崩溃。结果,整个数据库停止并从最新的检查点执行崩溃恢复。

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