diff options
Diffstat (limited to 'src/include/utils/relcache.h')
-rw-r--r-- | src/include/utils/relcache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index 5d08e9b0256..61e09c38461 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relcache.h,v 1.36 2003/08/04 02:40:15 momjian Exp $ + * $Id: relcache.h,v 1.37 2003/09/24 18:54:02 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -35,6 +35,8 @@ extern List *RelationGetIndexList(Relation relation); extern List *RelationGetIndexExpressions(Relation relation); extern List *RelationGetIndexPredicate(Relation relation); +extern void RelationSetIndexList(Relation relation, List *indexIds); + extern void RelationInitIndexAccessInfo(Relation relation); /* |