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

Commit ba963c6

Browse files
committed
Remove #warning directive, which is nonstandard and isn't really
buying us anything to make it worth the porting risk. Per discussion quite some time ago.
1 parent ed7be72 commit ba963c6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/include/utils/int8.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: int8.h,v 1.35 2002/09/18 21:35:25 tgl Exp $
10+
* $Id: int8.h,v 1.36 2002/10/25 22:08:44 tgl Exp $
1111
*
1212
* NOTES
1313
* These data types are supported on all 64-bit architectures, and may
@@ -23,12 +23,6 @@
2323
#include "fmgr.h"
2424

2525

26-
/* this should be set in pg_config.h, but just in case it wasn't: */
27-
#ifndef INT64_FORMAT
28-
#warning "Broken pg_config.h should have defined INT64_FORMAT"
29-
#define INT64_FORMAT "%ld"
30-
#endif
31-
3226
extern bool scanint8(const char *str, bool errorOK, int64 *result);
3327

3428
extern Datum int8in(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)