mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 23:26:30 +00:00
Fix a few bugs introduced when merging features
This commit is contained in:
@@ -231,7 +231,7 @@ is_pg_dir(char *dir)
|
||||
return true;
|
||||
|
||||
// test tablespace dir
|
||||
sprintf(path, "ls %s/PG_9.0_*/ -I*", dir);
|
||||
sprintf(path, "ls %s/PG_*/ -I*", dir);
|
||||
r = system(path);
|
||||
if (r == 0)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user