File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
15
15
* IDENTIFICATION
16
- * $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.101 2007/11/15 22:25:15 momjian Exp $
16
+ * $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.102 2007/11/25 02:09:46 tgl Exp $
17
17
*
18
18
*-------------------------------------------------------------------------
19
19
*/
@@ -2643,7 +2643,7 @@ InitTempTableNamespace(void)
2643
2643
}
2644
2644
2645
2645
/*
2646
- * If the corresponding temp -table namespace doesn't exist yet, create it.
2646
+ * If the corresponding toast -table namespace doesn't exist yet, create it.
2647
2647
* (We assume there is no need to clean it out if it does exist, since
2648
2648
* dropping a parent table should make its toast table go away.)
2649
2649
*/
You can’t perform that action at this time.
0 commit comments