Home
last modified time | relevance | path

Searched refs:do_standby_follow_internal (Results 1 – 3 of 3) sorted by relevance

/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgr-action-standby.h31 extern bool do_standby_follow_internal(PGconn *primary_conn, PGconn *follow_target_conn, t_node_inf…
H A Drepmgr-action-node.c2962 success = do_standby_follow_internal(primary_conn, in do_node_rejoin()
H A Drepmgr-action-standby.c3093 success = do_standby_follow_internal( in do_standby_follow()
3206 do_standby_follow_internal(PGconn *primary_conn, PGconn *follow_target_conn, t_node_info *follow_ta… in do_standby_follow_internal() function