diff options
Diffstat (limited to 'src/include/access/funcindex.h')
-rw-r--r-- | src/include/access/funcindex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/funcindex.h b/src/include/access/funcindex.h index a996bb4738e..d30dcc704f0 100644 --- a/src/include/access/funcindex.h +++ b/src/include/access/funcindex.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: funcindex.h,v 1.5 1997/09/08 21:50:31 momjian Exp $ + * $Id: funcindex.h,v 1.6 1998/09/01 04:34:05 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -39,4 +39,4 @@ typedef FuncIndexInfo *FuncIndexInfoPtr; #define FIisFunctionalIndex(FINFO) (FINFO->procOid != InvalidOid) -#endif /* FUNCINDEX_H */ +#endif /* FUNCINDEX_H */ |