diff options
Diffstat (limited to 'src/include/optimizer/paths.h')
-rw-r--r-- | src/include/optimizer/paths.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h index 58da94368c9..92ce9f9719f 100644 --- a/src/include/optimizer/paths.h +++ b/src/include/optimizer/paths.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: paths.h,v 1.35 1999/08/21 03:49:15 tgl Exp $ + * $Id: paths.h,v 1.36 1999/11/23 20:07:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -31,6 +31,12 @@ extern List *create_index_paths(Query *root, RelOptInfo *rel, List *indices, extern List *expand_indexqual_conditions(List *indexquals); /* + * tidpath.h + * routines to generate tid paths + */ +extern List *create_tidscan_paths(Query *root, RelOptInfo *rel); + +/* * joinpath.c * routines to create join paths */ |