aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/funcindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/funcindex.h')
-rw-r--r--src/include/access/funcindex.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/include/access/funcindex.h b/src/include/access/funcindex.h
index a1e1aeacf3d..6257ab97916 100644
--- a/src/include/access/funcindex.h
+++ b/src/include/access/funcindex.h
@@ -1,26 +1,27 @@
/*-------------------------------------------------------------------------
*
* funcindex.h--
- *
+ *
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: funcindex.h,v 1.2 1996/08/28 01:56:16 scrappy Exp $
+ * $Id: funcindex.h,v 1.3 1997/09/07 04:55:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef _FUNC_INDEX_INCLUDED_
#define _FUNC_INDEX_INCLUDED_
-typedef struct {
- int nargs;
- Oid arglist[8];
- Oid procOid;
- NameData funcName;
-} FuncIndexInfo;
+typedef struct
+{
+ int nargs;
+ Oid arglist[8];
+ Oid procOid;
+ NameData funcName;
+} FuncIndexInfo;
-typedef FuncIndexInfo *FuncIndexInfoPtr;
+typedef FuncIndexInfo *FuncIndexInfoPtr;
/*
* some marginally useful macro definitions
@@ -38,4 +39,4 @@ typedef FuncIndexInfo *FuncIndexInfoPtr;
#define FIisFunctionalIndex(FINFO) (FINFO->procOid != InvalidOid)
-#endif /* FUNCINDEX_H */
+#endif /* FUNCINDEX_H */