summaryrefslogtreecommitdiff
path: root/src/include/utils/temprel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/temprel.h')
-rw-r--r--src/include/utils/temprel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h
index f503850e4e4..20dc75f9e97 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.17 2001/06/19 12:03:41 momjian Exp $
+ * $Id: temprel.h,v 1.18 2001/10/25 05:50:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -29,5 +29,4 @@ extern char *get_temp_rel_by_username(const char *user_relname);
extern char *get_temp_rel_by_physicalname(const char *relname);
#define is_temp_rel_name(relname) (get_temp_rel_by_username(relname) != NULL)
-
#endif /* TEMPREL_H */