Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d1a391c

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 test is in order.
1 parent be94d8f commit d1a391c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/port/snprintf.c

+1-2
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/17 06:18:33 momjian Exp $";*/
76+
/*static char _id[] = "$Id: snprintf.c,v 1.18 1999/01/17 21:44:46 tgl Exp $";*/
7877
static char *end;
7978
static int SnprfOverflow;
8079

0 commit comments

Comments
 (0)