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

Commitd1a391c

Browse files
committed
Reverse out yesterday's patch from Horak Daniel, since
it fails to compile on any machine without a <features.h> header.If this header is actually necessary on Windows, perhaps an #if testis in order.
1 parentbe94d8f commitd1a391c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/port/snprintf.c‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include"pathnames.h"
3737
#endif
3838

39-
#include<features.h>
4039
#include"postgres.h"
4140

4241
#include"regex/cdefs.h"
@@ -74,7 +73,7 @@ typedef unsigned long long ulong_long;
7473
* causing nast effects.
7574
**************************************************************/
7675

77-
/*static char _id[] = "$Id: snprintf.c,v 1.17 1999/01/1706:18:33 momjian Exp $";*/
76+
/*static char _id[] = "$Id: snprintf.c,v 1.18 1999/01/1721:44:46 tgl Exp $";*/
7877
staticchar*end;
7978
staticintSnprfOverflow;
8079

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp