diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-02-26 04:46:47 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-02-26 04:46:47 +0000 |
| commit | a32450a5855eed4bfd756ef292ee45d3c754665b (patch) | |
| tree | 26735c3406d9f46d0f39accbe6ff1fb5cc5beedc /src/include/access/hio.h | |
| parent | 757bf69a2e259c76baed94fa06e792664ab5ed67 (diff) | |
| download | postgresql-a32450a5855eed4bfd756ef292ee45d3c754665b.tar.gz | |
pgindent run before 6.3 release, with Thomas' requested changes.
Diffstat (limited to 'src/include/access/hio.h')
| -rw-r--r-- | src/include/access/hio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 0f7c40e1ed..5b38a42d63 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.6 1998/01/24 22:48:01 momjian Exp $ + * $Id: hio.h,v 1.7 1998/02/26 04:40:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,8 @@ #include <utils/rel.h> -extern void RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, +extern void +RelationPutHeapTuple(Relation relation, BlockNumber blockIndex, HeapTuple tuple); extern void RelationPutHeapTupleAtEnd(Relation relation, HeapTuple tuple); |
