summaryrefslogtreecommitdiff
path: root/src/include/utils/typcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/typcache.h')
-rw-r--r--src/include/utils/typcache.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h
index 45d71bf8824..05b77324541 100644
--- a/src/include/utils/typcache.h
+++ b/src/include/utils/typcache.h
@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.18 2010/01/02 16:58:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.19 2010/09/02 03:16:46 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -86,6 +86,4 @@ extern TupleDesc lookup_rowtype_tupdesc_copy(Oid type_id, int32 typmod);
extern void assign_record_type_typmod(TupleDesc tupDesc);
-extern void flush_rowtype_cache(Oid type_id);
-
#endif /* TYPCACHE_H */