mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Further "standby clone" code
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user