diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-01-10 16:13:23 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-01-10 16:13:23 +0000 |
| commit | 6456b17bc1c60ec8d8f4ca08ddebaefad519afc7 (patch) | |
| tree | a6cb66b7e40467d14b6c7e38719ffcb8813318d0 /src/include/utils/int8.h | |
| parent | 3f03f74f3651cd2ded9899f5aa2a928ca8e0d480 (diff) | |
| download | postgresql-6456b17bc1c60ec8d8f4ca08ddebaefad519afc7.tar.gz | |
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Diffstat (limited to 'src/include/utils/int8.h')
| -rw-r--r-- | src/include/utils/int8.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 3412cabd2e..b55cecf847 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.14 1999/05/25 22:43:35 momjian Exp $ + * $Id: int8.h,v 1.15 2000/01/10 16:13:22 momjian Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may @@ -92,7 +92,7 @@ extern int64 *int48(int32 val); extern int32 int84(int64 *val); #if NOT_USED -extern int64 *int28 (int16 val); +extern int64 *int2vector (int16 val); extern int16 int82(int64 *val); #endif |
