diff options
| author | Jan Wieck | 1999-12-16 22:20:03 +0000 |
|---|---|---|
| committer | Jan Wieck | 1999-12-16 22:20:03 +0000 |
| commit | 397e9b32a3c2b2c72dcb9cb99cbf2a162aadcb73 (patch) | |
| tree | 17583111e0e7c2ca83b94040d48a1036f870b9a4 /src/include/access/heapam.h | |
| parent | 5ca971a18a708341dd49f27c23fec40ea4342d13 (diff) | |
Some changes to prepare for LONG attributes.
Jan
Diffstat (limited to 'src/include/access/heapam.h')
| -rw-r--r-- | src/include/access/heapam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 239c3c468eb..39da1553290 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.48 1999/11/24 00:44:37 momjian Exp $ + * $Id: heapam.h,v 1.49 1999/12/16 22:19:58 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -281,6 +281,7 @@ extern HeapTuple heap_formtuple(TupleDesc tupleDescriptor, Datum *value, char *nulls); extern HeapTuple heap_modifytuple(HeapTuple tuple, Relation relation, Datum *replValue, char *replNull, char *repl); +extern void heap_freetuple(HeapTuple tuple); HeapTuple heap_addheader(uint32 natts, int structlen, char *structure); /* in common/heap/stats.c */ |
