Add function resume_wal_replay()

This commit is contained in:
Ian Barwick
2019-02-07 11:32:44 +09:00
parent b89941f218
commit c7b325e2a4
2 changed files with 36 additions and 0 deletions

View File

@@ -440,6 +440,7 @@ ExtensionStatus get_repmgr_extension_status(PGconn *conn, t_extension_versions *
void checkpoint(PGconn *conn);
bool vacuum_table(PGconn *conn, const char *table);
bool promote_standby(PGconn *conn, bool wait, int wait_seconds);
bool resume_wal_replay(PGconn *conn);
/* node record functions */
t_server_type parse_node_type(const char *type);