Fix thinko in comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Nov 2007 02:09:46 +0000 (02:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Nov 2007 02:09:46 +0000 (02:09 +0000)
src/backend/catalog/namespace.c

index ea202d4889caa78a7549782f551a4e3ea1cca2c6..ef63f4c898d884f12f68433fbfe51090e4670bff 100644 (file)
@@ -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
         * dropping a parent table should make its toast table go away.)
         */