diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/replication/basebackup.h | 2 | ||||
| -rw-r--r-- | src/include/replication/replnodes.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/replication/basebackup.h b/src/include/replication/basebackup.h index eb2e160176..80f814b2e7 100644 --- a/src/include/replication/basebackup.h +++ b/src/include/replication/basebackup.h @@ -12,6 +12,6 @@ #ifndef _BASEBACKUP_H #define _BASEBACKUP_H -extern void SendBaseBackup(const char *backup_label, bool progress); +extern void SendBaseBackup(const char *backup_label, bool progress, bool fastcheckpoint); #endif /* _BASEBACKUP_H */ diff --git a/src/include/replication/replnodes.h b/src/include/replication/replnodes.h index 4f4a1a3bac..fc814146ba 100644 --- a/src/include/replication/replnodes.h +++ b/src/include/replication/replnodes.h @@ -47,6 +47,7 @@ typedef struct BaseBackupCmd NodeTag type; char *label; bool progress; + bool fastcheckpoint; } BaseBackupCmd; |
