Preserve failover slots when cloning a standby, if enabled

This commit is contained in:
Ian Barwick
2016-04-05 16:47:47 +09:00
committed by Ian Barwick
parent 9f6f58e4ed
commit b5a7efa58e
2 changed files with 70 additions and 44 deletions

View File

@@ -100,6 +100,7 @@ typedef struct
struct BackupLabel
{
XLogRecPtr start_wal_location;
char start_wal_file[MAXLEN];
XLogRecPtr checkpoint_location;
char backup_from[MAXLEN];
char backup_method[MAXLEN];