Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 66b1f4d

Browse files
committed
Fix thinko in comment.
1 parent 86be19b commit 66b1f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/catalog/namespace.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
1515
* 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 $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -2643,7 +2643,7 @@ InitTempTableNamespace(void)
26432643
}
26442644

26452645
/*
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.
26472647
* (We assume there is no need to clean it out if it does exist, since
26482648
* dropping a parent table should make its toast table go away.)
26492649
*/

0 commit comments

Comments
 (0)