Preserver failover slots when cloning a standby, if enabled

This commit is contained in:
Ian Barwick
2016-04-05 16:47:47 +09:00
parent 3f0d1754a4
commit d48093e732
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];