Consolidate various backported functions

This commit is contained in:
Ian Barwick
2016-12-22 12:11:54 +09:00
parent 666e71a589
commit 9da0914976
7 changed files with 44 additions and 42 deletions

View File

@@ -49,9 +49,6 @@ extern int
maxlen_snprintf(char *str, const char *format,...)
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
extern void
appendShellString(PQExpBuffer buf, const char *str);
extern char *
escape_recovery_conf_value(const char *src);
#endif /* _STRUTIL_H_ */