*** pgsql/src/include/access/htup.h 2008/11/02 01:45:28 1.103 --- pgsql/src/include/access/htup.h 2008/11/14 01:57:42 1.104 *************** *** 7,13 **** * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.102 2008/10/28 15:51:03 tgl Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.103 2008/11/02 01:45:28 tgl Exp $ * *------------------------------------------------------------------------- */ *************** extern void heap_free_minimal_tuple(Mini *** 847,853 **** extern MinimalTuple heap_copy_minimal_tuple(MinimalTuple mtup); extern HeapTuple heap_tuple_from_minimal_tuple(MinimalTuple mtup); extern MinimalTuple minimal_tuple_from_heap_tuple(HeapTuple htup); - extern HeapTuple heap_addheader(int natts, bool withoid, - Size structlen, void *structure); #endif /* HTUP_H */ --- 847,851 ----