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:
Ian Barwick
2017-07-25 08:21:36 +09:00
parent 8a2e4db1bc
commit a793e951b6
2 changed files with 0 additions and 17 deletions

View File

@@ -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)));