Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8f4e7d6

Browse filesBrowse files
committed
[PBCKP-346] archive-get doesn't need -D/--pgdata argument at all
1 parent 764680e commit 8f4e7d6
Copy full SHA for 8f4e7d6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/pg_probackup.c

Copy file name to clipboardExpand all lines: src/pg_probackup.c
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ main(int argc, char *argv[])
677677
if (instance_config.pgdata != NULL)
678678
canonicalize_path(instance_config.pgdata);
679679
if (instance_config.pgdata != NULL &&
680+
backup_subcmd != ARCHIVE_GET_CMD &&
680681
!is_absolute_path(instance_config.pgdata))
681682
elog(ERROR, "-D, --pgdata must be an absolute path");
682683

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.