|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
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 $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * These data types are supported on all 64-bit architectures, and may
|
|
23 | 23 | #include"fmgr.h"
|
24 | 24 |
|
25 | 25 |
|
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 |
| - |
32 | 26 | externboolscanint8(constchar*str,boolerrorOK,int64*result);
|
33 | 27 |
|
34 | 28 | externDatumint8in(PG_FUNCTION_ARGS);
|
|