mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Remove unused function
PQExpBuffers used to generate SQL, no need to worry about maximum query length and more flexible for generating dynamic queries.
This commit is contained in:
@@ -32,10 +32,6 @@ typedef struct ItemList
|
||||
} ItemList;
|
||||
|
||||
|
||||
extern int
|
||||
sqlquery_snprintf(char *str, const char *format,...)
|
||||
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
|
||||
|
||||
extern int
|
||||
maxlen_snprintf(char *str, const char *format,...)
|
||||
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
|
||||
|
||||
Reference in New Issue
Block a user