Skip to content
Snippets Groups Projects
user avatar
Peter Eisentraut authored
pg_ctl used to determine whether a server was in standby mode by looking
for a recovery.conf file.  With this change, it instead looks into
pg_control, which is potentially more accurate.  There are also
occasional discussions about removing recovery.conf, so this removes one
dependency.

Reviewed-by: default avatarMichael Paquier <michael.paquier@gmail.com>
c1dc51d4
History
Name Last commit Last update
..