diff options
Diffstat (limited to 'src/bin/pg_basebackup/receivelog.h')
-rw-r--r-- | src/bin/pg_basebackup/receivelog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.h b/src/bin/pg_basebackup/receivelog.h index 9dd7005167d..1f64a740cc9 100644 --- a/src/bin/pg_basebackup/receivelog.h +++ b/src/bin/pg_basebackup/receivelog.h @@ -31,6 +31,7 @@ extern bool ReceiveXlogStream(PGconn *conn, stream_stop_callback stream_stop, int standby_message_timeout, char *partial_suffix, - bool synchronous); + bool synchronous, + bool mark_done); #endif /* RECEIVELOG_H */ |