write standby.signal

This commit is contained in:
Ian Barwick
2019-08-15 16:16:18 +09:00
committed by Ian Barwick
parent 9eb6ce52b4
commit 2a37e28304
3 changed files with 57 additions and 5 deletions

View File

@@ -109,6 +109,11 @@
#define RECOVERY_COMMAND_FILE "recovery.conf"
#endif
#ifndef STANDBY_SIGNAL_FILE
#define STANDBY_SIGNAL_FILE "standby.signal"
#define RECOVERY_SIGNAL_FILE "recovery.signal"
#endif
#ifndef TABLESPACE_MAP
#define TABLESPACE_MAP "tablespace_map"
#endif