From a040281787a5916603c8114a050d3f5b5db56bf5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Jan 2000 05:20:26 +0000 Subject: Move fixes for >8 indexed fields. --- src/include/postgres.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/postgres.h') diff --git a/src/include/postgres.h b/src/include/postgres.h index 6d9c2bfd81..4c51ceea42 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.32 2000/01/10 04:36:36 momjian Exp $ + * $Id: postgres.h,v 1.33 2000/01/10 05:20:26 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -101,8 +101,6 @@ struct varlena typedef struct varlena bytea; typedef struct varlena text; -#define INDEX_MAX_KEYS 8 /* maximum number of keys in an index - * definition */ typedef int2 int28[INDEX_MAX_KEYS]; typedef Oid oid8[INDEX_MAX_KEYS]; -- cgit v1.2.3