projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960613a
)
Fix thinko in comment.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 25 Nov 2007 02:09:46 +0000
(
02:09
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 25 Nov 2007 02:09:46 +0000
(
02:09
+0000)
src/backend/catalog/namespace.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/namespace.c
b/src/backend/catalog/namespace.c
index ea202d4889caa78a7549782f551a4e3ea1cca2c6..ef63f4c898d884f12f68433fbfe51090e4670bff 100644
(file)
--- a/
src/backend/catalog/namespace.c
+++ b/
src/backend/catalog/namespace.c
@@
-2643,7
+2643,7
@@
InitTempTableNamespace(void)
}
/*
- * If the corresponding t
emp
-table namespace doesn't exist yet, create it.
+ * If the corresponding t
oast
-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.)
*/