首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >正在终止连接,因为另一个服务器进程-Postgres崩溃

正在终止连接,因为另一个服务器进程-Postgres崩溃
EN

Stack Overflow用户
提问于 2017-06-06 02:10:22
回答 1查看 8.2K关注 0票数 7

每次我运行相同的查询时,我都会得到这样的错误:

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。

EN

回答 1

Stack Overflow用户

发布于 2017-06-06 18:17:38

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

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

票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44375082

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档