diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index 4c51ceea422..455b8f23294 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -6,7 +6,7 @@ * * Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.33 2000/01/10 05:20:26 momjian Exp $ + * $Id: postgres.h,v 1.34 2000/01/10 16:13:18 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,7 +19,7 @@ * Oid regproc RegProcedure * aclitem * struct varlena - * int28 oid8 + * int2vector oidvector * bytea text * NameData Name * @@ -101,8 +101,8 @@ struct varlena typedef struct varlena bytea; typedef struct varlena text; -typedef int2 int28[INDEX_MAX_KEYS]; -typedef Oid oid8[INDEX_MAX_KEYS]; +typedef int2 int2vector[INDEX_MAX_KEYS]; +typedef Oid oidvector[INDEX_MAX_KEYS]; /* |