mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Correct poor grammar in comment.
This commit is contained in:
parent
4fa0a23c70
commit
5ccbc3d802
2
src/backend/utils/cache/relcache.c
vendored
2
src/backend/utils/cache/relcache.c
vendored
@ -2751,7 +2751,7 @@ RelationCacheInitialize(void)
|
|||||||
&ctl, HASH_ELEM | HASH_FUNCTION);
|
&ctl, HASH_ELEM | HASH_FUNCTION);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* relation mapper needs initialized too
|
* relation mapper needs to be initialized too
|
||||||
*/
|
*/
|
||||||
RelationMapInitialize();
|
RelationMapInitialize();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user