mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
fix for aix snprintf
This commit is contained in:
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
# include "postgres.h"
|
# include "postgres.h"
|
||||||
|
|
||||||
|
# include "regex/cdefs.h"
|
||||||
|
|
||||||
# include <stdarg.h>
|
# include <stdarg.h>
|
||||||
# define VA_LOCAL_DECL va_list args;
|
# define VA_LOCAL_DECL va_list args;
|
||||||
# define VA_START(f) va_start(args, f)
|
# define VA_START(f) va_start(args, f)
|
||||||
@ -68,7 +70,7 @@
|
|||||||
* causing nast effects.
|
* causing nast effects.
|
||||||
**************************************************************/
|
**************************************************************/
|
||||||
|
|
||||||
/*static char _id[] = "$Id: snprintf.c,v 1.5 1998/09/10 04:11:52 vadim Exp $";*/
|
/*static char _id[] = "$Id: snprintf.c,v 1.6 1998/09/18 05:20:22 momjian Exp $";*/
|
||||||
static char *end;
|
static char *end;
|
||||||
static int SnprfOverflow;
|
static int SnprfOverflow;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user