每次我运行相同的查询时,我都会得到这样的错误:
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。
发布于 2017-06-06 18:17:38
不同数据库会话中的并发查询已使其服务器后端进程崩溃。因此,整个数据库将停止并从最新的检查点执行崩溃恢复。
您应该查看数据库服务器日志,以了解问题所在。
https://stackoverflow.com/questions/44375082
复制相似问题