diff options
Diffstat (limited to 'src/include/access/heapam.h')
-rw-r--r-- | src/include/access/heapam.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 3a689599570..6c7c98b3f28 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.120 2007/01/25 02:17:26 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.121 2007/03/29 00:15:39 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -178,9 +178,6 @@ extern void simple_heap_delete(Relation relation, ItemPointer tid); extern void simple_heap_update(Relation relation, ItemPointer otid, HeapTuple tup); -extern Oid fast_heap_insert(Relation relation, HeapTuple tup, bool use_wal); - - extern void heap_markpos(HeapScanDesc scan); extern void heap_restrpos(HeapScanDesc scan); |