aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/astreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_basebackup/astreamer.h')
-rw-r--r--src/bin/pg_basebackup/astreamer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/pg_basebackup/astreamer.h b/src/bin/pg_basebackup/astreamer.h
index b5ed138f54e..2c014dbddbe 100644
--- a/src/bin/pg_basebackup/astreamer.h
+++ b/src/bin/pg_basebackup/astreamer.h
@@ -217,10 +217,4 @@ extern astreamer *astreamer_tar_parser_new(astreamer *next);
extern astreamer *astreamer_tar_terminator_new(astreamer *next);
extern astreamer *astreamer_tar_archiver_new(astreamer *next);
-extern astreamer *astreamer_recovery_injector_new(astreamer *next,
- bool is_recovery_guc_supported,
- PQExpBuffer recoveryconfcontents);
-extern void astreamer_inject_file(astreamer *streamer, char *pathname,
- char *data, int len);
-
#endif