mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
This commit is contained in:
6
src/backend/utils/cache/typcache.c
vendored
6
src/backend/utils/cache/typcache.c
vendored
@@ -367,9 +367,9 @@ lookup_type_cache(Oid type_id, int flags)
|
||||
ctl.entrysize = sizeof(TypeCacheEntry);
|
||||
|
||||
/*
|
||||
* TypeEntry takes hash value from the system cache. For TypeCacheHash
|
||||
* we use the same hash in order to speedup search by hash value. This
|
||||
* is used by hash_seq_init_with_hash_value().
|
||||
* TypeCacheEntry takes hash value from the system cache. For
|
||||
* TypeCacheHash we use the same hash in order to speedup search by
|
||||
* hash value. This is used by hash_seq_init_with_hash_value().
|
||||
*/
|
||||
ctl.hash = type_cache_syshash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user