Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0498b6a

Browse files
committed
fix for aix snprintf
1 parent62bc4de commit0498b6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/port/snprintf.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
# include"postgres.h"
4040

41+
# include"regex/cdefs.h"
42+
4143
# include<stdarg.h>
4244
# defineVA_LOCAL_DECL va_list args;
4345
# defineVA_START(f) va_start(args, f)
@@ -68,7 +70,7 @@
6870
* causing nast effects.
6971
**************************************************************/
7072

71-
/*static char _id[] = "$Id: snprintf.c,v 1.5 1998/09/10 04:11:52 vadim Exp $";*/
73+
/*static char _id[] = "$Id: snprintf.c,v 1.6 1998/09/18 05:20:22 momjian Exp $";*/
7274
staticchar*end;
7375
staticintSnprfOverflow;
7476

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp