Use the right appendStringInfoVA interface
pgut version renamed to avoid confusion with the server version. (I wonder why there is such a duplication of interfaces and implementations there though...)
This commit is contained in:
@ -150,7 +150,7 @@ extern void CHECK_FOR_INTERRUPTS(void);
|
||||
#define appendStringInfoChar appendPQExpBufferChar
|
||||
#define appendBinaryStringInfo appendBinaryPQExpBuffer
|
||||
|
||||
extern bool appendStringInfoVA(StringInfo str, const char *fmt, va_list args)
|
||||
extern bool pgut_appendStringInfoVA(StringInfo str, const char *fmt, va_list args)
|
||||
__attribute__((format(printf, 2, 0)));
|
||||
extern int appendStringInfoFile(StringInfo str, FILE *fp);
|
||||
extern int appendStringInfoFd(StringInfo str, int fd);
|
||||
|
Reference in New Issue
Block a user