Fix routine name in comment of catcache.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 13 Jan 2021 01:32:21 +0000 (10:32 +0900)
committerMichael Paquier <michael@paquier.xyz>
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

index ba957558670290f98b69d0a1db15e4e9c69e504d..fa2b49c676e6bd107a9e192f8731d76a6caeaf41 100644 (file)
@@ -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).