summaryrefslogtreecommitdiff
path: root/src/include/access/hio.h
diff options
context:
space:
mode:
authorVadim B. Mikheev2000-09-07 09:58:38 +0000
committerVadim B. Mikheev2000-09-07 09:58:38 +0000
commitf2bfe8a24c46133f81e188653a127f939eb33c4a (patch)
tree51525a498eba055dda2fb362985af1231d02a831 /src/include/access/hio.h
parentc18c321365117cd60fe42f562838fe126317bf52 (diff)
Heap redo/undo (except for tuple moving used by vacuum).
Diffstat (limited to 'src/include/access/hio.h')
-rw-r--r--src/include/access/hio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index c0636a4ff34..df39aed6cba 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.15 2000/07/03 02:54:17 vadim Exp $
+ * $Id: hio.h,v 1.16 2000/09/07 09:58:35 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,6 +18,6 @@
extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
HeapTuple tuple);
-extern Buffer RelationGetBufferForTuple(Relation relation, Size len, Buffer Ubuf);
+extern Buffer RelationGetBufferForTuple(Relation relation, Size len);
#endif /* HIO_H */