projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa0a23
)
Correct poor grammar in comment.
author
Robert Haas
<
[email protected]
>
Mon, 15 Nov 2010 04:10:45 +0000
(23:10 -0500)
committer
Robert Haas
<
[email protected]
>
Mon, 15 Nov 2010 04:10:45 +0000
(23:10 -0500)
src/backend/utils/cache/relcache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/relcache.c
b/src/backend/utils/cache/relcache.c
index 2a4430363056db77b9483ef8e2522a45e27f3e4f..62b745b2ade9f29d7a12a83e138fef52cee579bf 100644
(file)
--- a/
src/backend/utils/cache/relcache.c
+++ b/
src/backend/utils/cache/relcache.c
@@
-2751,7
+2751,7
@@
RelationCacheInitialize(void)
&ctl, HASH_ELEM | HASH_FUNCTION);
/*
- * relation mapper needs initialized too
+ * relation mapper needs
to be
initialized too
*/
RelationMapInitialize();
}