projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bc4de
)
fix for aix snprintf
author
Bruce Momjian
<bruce@momjian.us>
Fri, 18 Sep 1998 05:20:22 +0000
(
05:20
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 18 Sep 1998 05:20:22 +0000
(
05:20
+0000)
src/backend/port/snprintf.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/snprintf.c
b/src/backend/port/snprintf.c
index 8cc3e4bfe4f5f643330b7a35da4000ce4e448cda..9cc378687824ecb925933e4f20790cee48af644f 100644
(file)
--- a/
src/backend/port/snprintf.c
+++ b/
src/backend/port/snprintf.c
@@
-38,6
+38,8
@@
# include "postgres.h"
+# include "regex/cdefs.h"
+
# include <stdarg.h>
# define VA_LOCAL_DECL va_list args;
# define VA_START(f) va_start(args, f)
@@
-68,7
+70,7
@@
* 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 int SnprfOverflow;