Cleanup various #defines

This commit is contained in:
Ian Barwick
2017-08-10 15:11:53 +09:00
parent 970ed5d959
commit 4f2161bd83
3 changed files with 11 additions and 7 deletions

View File

@@ -17,6 +17,8 @@
#define REPMGR_NODES_COLUMNS "node_id, type, upstream_node_id, node_name, conninfo, repluser, slot_name, location, priority, active, config_file, '' AS upstream_node_name "
#define ERRBUFF_SIZE 512
typedef enum {
UNKNOWN = 0,
PRIMARY,