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:
@@ -46,6 +46,7 @@ int MyPMChildSlot;
|
||||
* explicitly.
|
||||
*/
|
||||
char *DataDir = NULL;
|
||||
char *RecoveryConfDir = NULL;
|
||||
|
||||
char OutputFileName[MAXPGPATH]; /* debugging output file */
|
||||
|
||||
|
Reference in New Issue
Block a user