类型: | bool |
默认: | on |
上下文: | sighup |
重新开始: | false |
当被设置为开(on),PostgreSQL将在一次后端崩溃后自动重新初始化。 让这个值设置为开(on)通常是将数据库可用性最大化的最佳方法。但是在某些环境中,例如PostgreSQL被集群软件调用时,禁用重启可能很有用,这样集群软件可以得到控制并且采取它认为适当的行动。
建议 [EN]
… unless deliberately running postgres in “ephemeral mode”
在 StackOverflow
在 pgsql-hackers
- Fix background workers not restarting with restart_after_crash = on
- Re: Logical replication launcher did not automatically restart when got SIGKILL
- Re: Non-reproducible AIO failure
- Re: Assertion failure when autovacuum drops orphan temp indexes.
- Re: processes stuck in shutdown following OOM/recovery