Enable creation of repmgr extension on BDR3 node

This commit is contained in:
Ian Barwick
2018-04-13 21:16:11 +09:00
committed by Ian Barwick
parent 8377704596
commit 108c3a36fb
2 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
#define REPMGR_NODES_COLUMNS "n.node_id, n.type, n.upstream_node_id, n.node_name, n.conninfo, n.repluser, n.slot_name, n.location, n.priority, n.active, n.config_file, '' AS upstream_node_name "
#define BDR2_NODES_COLUMNS "node_sysid, node_timeline, node_dboid, node_name, node_local_dsn"
#define BDR3_NODES_COLUMNS "'', 0, 0, node_name, node_init_from_dsn"
#define BDR3_NODES_COLUMNS "bn.pglogical_node_id, 0, 0, pni.if_name AS node_name, pni.if_dsn AS node_init_from_dsn"
#define ERRBUFF_SIZE 512