1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00

Allow external recovery_config_directory

If required, recovery.conf can now be located outside of the data directory.
Server needs read/write permissions on this directory.
This commit is contained in:
Simon Riggs
2013-03-27 11:45:42 +00:00
parent f7f210b5c4
commit bc5334d867
7 changed files with 75 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ int MyPMChildSlot;
* explicitly.
*/
char *DataDir = NULL;
char *RecoveryConfDir = NULL;
char OutputFileName[MAXPGPATH]; /* debugging output file */