aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/hio.h
diff options
context:
space:
mode:
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 49091eb202f..e706fea4ca1 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.27 2004/12/31 22:03:21 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.28 2005/06/20 18:37:01 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -19,6 +19,6 @@
extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
HeapTuple tuple);
extern Buffer RelationGetBufferForTuple(Relation relation, Size len,
- Buffer otherBuffer);
+ Buffer otherBuffer, bool use_fsm);
#endif /* HIO_H */