mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
rather big refactoring: use a naming scheme
In the past naming of functions, variables and such didn't really have a naming scheme. Now they should have. This is backpatched from master (2.1dev) just because it will be easier to backpatch other fixes.
This commit is contained in:
committed by
Jaime Casanova
parent
65989840d2
commit
04c101c5f0
@@ -22,9 +22,9 @@
|
||||
|
||||
int mkdir_p(char *path, mode_t omode);
|
||||
int check_dir(char *dir);
|
||||
bool create_directory(char *dir);
|
||||
bool set_directory_permissions(char *dir);
|
||||
bool create_dir(char *dir);
|
||||
bool set_dir_permissions(char *dir);
|
||||
bool is_pg_dir(char *dir);
|
||||
bool create_pgdir(char *dir, bool force);
|
||||
bool create_pg_dir(char *dir, bool force);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user