diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/cache/catcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/catcache.c b/src/backend/utils/cache/catcache.c index ba957558670..fa2b49c676e 100644 --- a/src/backend/utils/cache/catcache.c +++ b/src/backend/utils/cache/catcache.c @@ -1128,7 +1128,7 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey) } /* - * SearchCatCacheInternal + * SearchCatCache * * This call searches a system cache for a tuple, opening the relation * if necessary (on the first access to a particular cache). |