projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c4b37
)
Fix routine name in comment of catcache.c
author
Michael Paquier
Wed, 13 Jan 2021 01:32:21 +0000
(10:32 +0900)
committer
Michael Paquier
Wed, 13 Jan 2021 01:32:21 +0000
(10:32 +0900)
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
src/backend/utils/cache/catcache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/catcache.c
b/src/backend/utils/cache/catcache.c
index ba957558670290f98b69d0a1db15e4e9c69e504d..fa2b49c676e6bd107a9e192f8731d76a6caeaf41 100644
(file)
--- a/
src/backend/utils/cache/catcache.c
+++ b/
src/backend/utils/cache/catcache.c
@@
-1128,7
+1128,7
@@
IndexScanOK(CatCache *cache, ScanKey cur_skey)
}
/*
- * SearchCatCache
Internal
+ * SearchCatCache
*
* This call searches a system cache for a tuple, opening the relation
* if necessary (on the first access to a particular cache).