mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Fix a typo in the last commit that show the right directory in error messages
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -359,7 +359,7 @@ do_standby_clone(void)
|
|||||||
{
|
{
|
||||||
char *tblspc_dir;
|
char *tblspc_dir;
|
||||||
|
|
||||||
strcpy(tblspc_dir, PQgetvalues(res, i, 0));
|
strcpy(tblspc_dir, PQgetvalue(res, i, 0));
|
||||||
/* Check this directory could be used as a PGDATA dir */
|
/* Check this directory could be used as a PGDATA dir */
|
||||||
switch (check_dir(tblspc_dir))
|
switch (check_dir(tblspc_dir))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user