diff options
Diffstat (limited to 'src/include/access/tuptoaster.h')
| -rw-r--r-- | src/include/access/tuptoaster.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index c30f61218e..da38f65385 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -6,7 +6,7 @@ * * Copyright (c) 2000, PostgreSQL Development Team * - * $Id: tuptoaster.h,v 1.4 2000/07/04 00:04:03 tgl Exp $ + * $Id: tuptoaster.h,v 1.5 2000/07/04 06:11:50 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -34,10 +34,6 @@ extern void heap_tuple_toast_attrs(Relation rel, extern varattrib *heap_tuple_untoast_attr(varattrib * attr); -extern void heap_create_toast_table(Oid new_reloid, - TupleDesc new_tupdesc, bool istemp); - - #endif /* TUPLE_TOASTER_ACTIVE */ |
