summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/receivelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_basebackup/receivelog.h')
-rw-r--r--src/bin/pg_basebackup/receivelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.h b/src/bin/pg_basebackup/receivelog.h
index 7176a68bea..53f31a78ec 100644
--- a/src/bin/pg_basebackup/receivelog.h
+++ b/src/bin/pg_basebackup/receivelog.h
@@ -13,4 +13,4 @@ extern bool ReceiveXlogStream(PGconn *conn,
char *basedir,
stream_stop_callback stream_stop,
int standby_message_timeout,
- bool rename_partial);
+ char *partial_suffix);