From 6456b17bc1c60ec8d8f4ca08ddebaefad519afc7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Jan 2000 16:13:23 +0000 Subject: Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. --- src/include/postgres.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/postgres.h') 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]; /* -- cgit v1.2.3