mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com backpatch-through: 9.6
This commit is contained in:
2
src/backend/utils/cache/catcache.c
vendored
2
src/backend/utils/cache/catcache.c
vendored
@ -1497,7 +1497,7 @@ GetCatCacheHashValue(CatCache *cache,
|
||||
* It doesn't make any sense to specify all of the cache's key columns
|
||||
* here: since the key is unique, there could be at most one match, so
|
||||
* you ought to use SearchCatCache() instead. Hence this function takes
|
||||
* one less Datum argument than SearchCatCache() does.
|
||||
* one fewer Datum argument than SearchCatCache() does.
|
||||
*
|
||||
* The caller must not modify the list object or the pointed-to tuples,
|
||||
* and must call ReleaseCatCacheList() when done with the list.
|
||||
|
Reference in New Issue
Block a user