diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-07-03 02:54:21 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 2000-07-03 02:54:21 +0000 |
commit | 1b67fe17b89380d2ffb74e850e7b38737bde6c76 (patch) | |
tree | a126e8183aa9737332372808b25220a95490a4f4 /src/include/access/hio.h | |
parent | 80c646958a14ed343a686566cb77bd92961cf589 (diff) |
heap' logging
Diffstat (limited to 'src/include/access/hio.h')
-rw-r--r-- | src/include/access/hio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 999d2412e76..c0636a4ff34 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.14 2000/01/26 05:57:50 momjian Exp $ + * $Id: hio.h,v 1.15 2000/07/03 02:54:17 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,6 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer, HeapTuple tuple); -extern void RelationPutHeapTupleAtEnd(Relation relation, HeapTuple tuple); +extern Buffer RelationGetBufferForTuple(Relation relation, Size len, Buffer Ubuf); #endif /* HIO_H */ |