|
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 correspondingtemp-table namespace doesn't exist yet, create it. |
| 2646 | + * If the correspondingtoast-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 | */
|
|