每次我运行相同的查询我都会收到此错误:
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。
答案 0 :(得分:3)
另一个数据库会话中的并发查询已崩溃其服务器后端进程。因此,整个数据库将停止并从最新检查点执行崩溃恢复。
您应该查看数据库服务器日志以查看问题所在。