From a8c012869763c711abc9085f54b2a100b60a85fa Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 10 Aug 2022 14:03:23 -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 34188f2d9d3..e2b18631e05 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