standby switchover: display "shutdown_check_timeout" value in --dry-run mode

It's useful to be aware of this setting.
This commit is contained in:
Ian Barwick
2020-01-30 10:28:48 +09:00
parent 4d6cff6c42
commit 0141bc2be7
2 changed files with 4 additions and 0 deletions

View File

@@ -186,6 +186,7 @@
NOTICE: local node "node2" (ID: 2) will be promoted to primary; current primary "node1" (ID: 1) will be demoted to standby
INFO: following shutdown command would be run on node "node1":
"pg_ctl -l /var/log/postgresql/startup.log -D '/var/lib/postgresql/data' -m fast -W stop"
INFO: parameter "shutdown_check_timeout" is set to 60 seconds
</programlisting>
</para>