We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20de566 commit 6c7ab25Copy full SHA for 6c7ab25
src/pg_probackup.c
@@ -395,6 +395,8 @@ main(int argc, char *argv[])
395
* We have read pgdata path from command line or from configuration file.
396
* Ensure that pgdata is an absolute path.
397
*/
398
+ if (instance_config.pgdata != NULL)
399
+ canonicalize_path(instance_config.pgdata);
400
if (instance_config.pgdata != NULL &&
401
!is_absolute_path(instance_config.pgdata))
402
elog(ERROR, "-D, --pgdata must be an absolute path");
0 commit comments