diff options
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 4147645134a..8c50a128a20 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.17 2001/01/24 19:43:19 momjian Exp $ + * $Id: hio.h,v 1.18 2001/05/16 22:35:12 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,7 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer, HeapTuple tuple); -extern Buffer RelationGetBufferForTuple(Relation relation, Size len); +extern Buffer RelationGetBufferForTuple(Relation relation, Size len, + BlockNumber minblocknum); #endif /* HIO_H */ |