diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-25 02:09:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-11-25 02:09:46 +0000 |
commit | 66b1f4daa8517ed6ff448b7bec8530bfbf3b1a9b (patch) | |
tree | f3a2e288119f4c4578ce39f68b5fb0cc5dff2deb /src | |
parent | 86be19bf70218349b334442e73f2638d9477bd64 (diff) | |
download | postgresql-66b1f4daa8517ed6ff448b7bec8530bfbf3b1a9b.tar.gz postgresql-66b1f4daa8517ed6ff448b7bec8530bfbf3b1a9b.zip |
Fix thinko in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/catalog/namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/namespace.c b/src/backend/catalog/namespace.c index 6138976268e..51102387783 100644 --- a/src/backend/catalog/namespace.c +++ b/src/backend/catalog/namespace.c @@ -13,7 +13,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * 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) } /* - * 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.) */ |