mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
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: Michael Paquier <michael.paquier@gmail.com> |
||
|---|---|---|
| .. | ||
| config_info.h | ||
| controldata_utils.h | ||
| fe_memutils.h | ||
| ip.h | ||
| keywords.h | ||
| md5.h | ||
| pg_lzcompress.h | ||
| relpath.h | ||
| restricted_token.h | ||
| string.h | ||
| username.h | ||