From 5f2fb7ce2810e80097a9f06bbded0e2622065494 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 25 Nov 2007 02:09:46 +0000 Subject: [PATCH] Fix thinko in comment. --- src/backend/catalog/namespace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c index ea202d4889..ef63f4c898 100644 --- a/src/backend/catalog/namespace.c +++ b/src/backend/catalog/namespace.c @@ -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.) */ -- 2.39.5