Add simple output for CLUSTER EVENT

This commit is contained in:
Ian Barwick
2017-04-26 10:31:56 +09:00
parent 5041a49b66
commit 1b785d9a20
6 changed files with 156 additions and 5 deletions

View File

@@ -48,5 +48,12 @@ __attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
extern char *
escape_recovery_conf_value(const char *src);
extern char *
escape_string(PGconn *conn, const char *string);
extern void
append_where_clause(PQExpBufferData *where_clause, const char *clause, ...)
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
#endif /* _STRUTIL_H_ */