From f88798c098d2afd5223e1ca5c9d107cc18864fcc Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 10 Aug 2022 14:03:09 -0400 Subject: Move basebackup code to new directory src/backend/backup Reviewed by David Steele and Justin Pryzby Discussion: http://postgr.es/m/CA+TgmoafqboATDSoXHz8VLrSwK_MDhjthK4hEpYjqf9_1Fmczw%40mail.gmail.com --- contrib/basebackup_to_shell/basebackup_to_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/basebackup_to_shell/basebackup_to_shell.c') diff --git a/contrib/basebackup_to_shell/basebackup_to_shell.c b/contrib/basebackup_to_shell/basebackup_to_shell.c index bc754b177af..2099e0f50d8 100644 --- a/contrib/basebackup_to_shell/basebackup_to_shell.c +++ b/contrib/basebackup_to_shell/basebackup_to_shell.c @@ -11,8 +11,8 @@ #include "postgres.h" #include "access/xact.h" +#include "backup/basebackup_target.h" #include "miscadmin.h" -#include "replication/basebackup_target.h" #include "storage/fd.h" #include "utils/acl.h" #include "utils/guc.h" -- cgit v1.2.3