Skip to content
Snippets Groups Projects
Commit 66b1f4da authored by Tom Lane's avatar Tom Lane
Browse files

Fix thinko in comment.

parent 86be19bf
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.101 2007/11/15 22:25:15 momjian Exp $ * $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.102 2007/11/25 02:09:46 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -2643,7 +2643,7 @@ InitTempTableNamespace(void) ...@@ -2643,7 +2643,7 @@ InitTempTableNamespace(void)
} }
/* /*
* If the corresponding temp-table namespace doesn't exist yet, create it. * If the corresponding toast-table namespace doesn't exist yet, create it.
* (We assume there is no need to clean it out if it does exist, since * (We assume there is no need to clean it out if it does exist, since
* dropping a parent table should make its toast table go away.) * dropping a parent table should make its toast table go away.)
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment