Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7be72 commit ba963c6Copy full SHA for ba963c6
src/include/utils/int8.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: int8.h,v 1.35 2002/09/18 21:35:25 tgl Exp $
+ * $Id: int8.h,v 1.36 2002/10/25 22:08:44 tgl Exp $
11
12
* NOTES
13
* These data types are supported on all 64-bit architectures, and may
@@ -23,12 +23,6 @@
23
#include "fmgr.h"
24
25
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
-
32
extern bool scanint8(const char *str, bool errorOK, int64 *result);
33
34
extern Datum int8in(PG_FUNCTION_ARGS);
0 commit comments