Further "standby clone" code

This commit is contained in:
Ian Barwick
2017-05-01 23:34:01 +09:00
parent 206a9fd333
commit 611e3b5e29
6 changed files with 345 additions and 31 deletions

View File

@@ -57,5 +57,11 @@ extern void
append_where_clause(PQExpBufferData *where_clause, const char *clause, ...)
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
extern char *
string_skip_prefix(const char *prefix, char *string);
extern char
*string_remove_trailing_newlines(char *string);
#endif /* _STRUTIL_H_ */