Store WAL replay pause status in ReplInfo struct

This commit is contained in:
Ian Barwick
2019-02-07 10:24:42 +09:00
parent 2b3b1faa20
commit b89941f218
2 changed files with 17 additions and 5 deletions

View File

@@ -306,6 +306,7 @@ typedef struct
char last_xact_replay_timestamp[MAXLEN];
int replication_lag_time;
bool receiving_streamed_wal;
bool wal_replay_paused;
} ReplInfo;
typedef struct