1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-07 12:02:30 +03:00
Files
postgres/src/backend
Peter Eisentraut c1dc51d484 pg_ctl: Detect current standby state from pg_control
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>
2016-09-21 12:00:00 -04:00
..
2016-09-15 11:35:57 -04:00
2016-09-15 22:52:51 +03:00
2016-06-09 18:09:17 -04:00
2016-08-08 11:08:00 -04:00
2016-01-02 13:33:40 -05:00
2016-09-06 12:00:00 -04:00