diff options
Diffstat (limited to 'src/include/utils/temprel.h')
-rw-r--r-- | src/include/utils/temprel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index e7b38f30f83..3fc0ed4b11a 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: temprel.h,v 1.14 2001/01/24 19:43:29 momjian Exp $ + * $Id: temprel.h,v 1.15 2001/03/22 04:01:14 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,10 +17,10 @@ #include "access/htup.h" extern void create_temp_relation(const char *relname, - HeapTuple pg_class_tuple); + HeapTuple pg_class_tuple); extern void remove_temp_rel_by_relid(Oid relid); extern bool rename_temp_relation(const char *oldname, - const char *newname); + const char *newname); extern void remove_all_temp_relations(void); extern void AtEOXact_temp_relations(bool isCommit); |