mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Add BDR-related database functions
This commit is contained in:
@@ -258,5 +258,12 @@ void reset_voting_status(PGconn *conn);
|
||||
|
||||
XLogRecPtr get_last_wal_receive_location(PGconn *conn);
|
||||
|
||||
/* BDR functions */
|
||||
|
||||
bool is_bdr_db(PGconn *conn);
|
||||
bool is_bdr_repmgr(PGconn *conn);
|
||||
bool is_table_in_bdr_replication_set(PGconn *conn, char *tablename, char *set);
|
||||
bool add_table_to_bdr_replication_set(PGconn *conn, char *tablename, char *set);
|
||||
|
||||
#endif /* dbutils.h */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user