diff options
| author | Tom Lane | 2000-02-21 03:36:59 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-02-21 03:36:59 +0000 |
| commit | d8cedf67ad85799676c46f4c9f620fe4e91f71f8 (patch) | |
| tree | c511337416ca5d1ca7516ba5aaa9cd50b2204cad /src/include/utils/int8.h | |
| parent | a60c9e33e96a8f3694d94143d65ec6ee1fb3414b (diff) | |
Clean up some really grotty coding in catcache.c, improve hashing
performance in catcache lookups.
Diffstat (limited to 'src/include/utils/int8.h')
| -rw-r--r-- | src/include/utils/int8.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 1f3114dd7c0..e4e4f04b19c 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.17 2000/01/26 05:58:38 momjian Exp $ + * $Id: int8.h,v 1.18 2000/02/21 03:36:59 tgl Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may @@ -93,9 +93,7 @@ extern int64 *int48(int32 val); extern int32 int84(int64 *val); #ifdef NOT_USED -extern int64 *int2vector (int16 val); extern int16 int82(int64 *val); - #endif extern float64 i8tod(int64 *val); |
