diff options
author | Bruce Momjian | 1997-09-08 21:56:23 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-08 21:56:23 +0000 |
commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/backend/access/index/indexam.c | |
parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/backend/access/index/indexam.c')
-rw-r--r-- | src/backend/access/index/indexam.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c index 9d0eee39b64..c2b1642cafa 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.15 1997/09/08 02:20:37 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.16 1997/09/08 21:41:06 momjian Exp $ * * INTERFACE ROUTINES * index_open - open an index relation by relationId @@ -162,7 +162,7 @@ index_close(Relation relation) */ InsertIndexResult index_insert(Relation relation, - Datum * datum, + Datum *datum, char *nulls, ItemPointer heap_t_ctid, Relation heapRel) @@ -371,8 +371,8 @@ GetIndexValue(HeapTuple tuple, TupleDesc hTupDesc, int attOff, AttrNumber attrNums[], - FuncIndexInfo * fInfo, - bool * attNull, + FuncIndexInfo *fInfo, + bool *attNull, Buffer buffer) { Datum returnVal; |