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

Commitba963c6

Browse files
committed
Remove #warning directive, which is nonstandard and isn't really
buying us anything to make it worth the porting risk. Per discussionquite some time ago.
1 parented7be72 commitba963c6

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-
#ifndefINT64_FORMAT
28-
#warning "Broken pg_config.h should have defined INT64_FORMAT"
29-
#defineINT64_FORMAT "%ld"
30-
#endif
31-
3226
externboolscanint8(constchar*str,boolerrorOK,int64*result);
3327

3428
externDatumint8in(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp