1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +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

@@ -220,6 +220,7 @@ extern int temp_file_limit;
extern int num_temp_buffers;
extern char *data_directory;
extern char *recovery_config_directory;
extern char *ConfigFileName;
extern char *HbaFileName;
extern char *IdentFileName;