Have repmgrd parse "standby follow --upstream-node-id=%n"

This commit is contained in:
Ian Barwick
2017-09-04 13:42:50 +09:00
parent 9a0f45d7d3
commit 78e6bdeebe
7 changed files with 105 additions and 15 deletions

View File

@@ -142,5 +142,7 @@ extern char
extern char *trim(char *s);
extern void
parse_follow_command(char *parsed_command, char *template, int node_id);
#endif /* _STRUTIL_H_ */