Fix routine name in comment of catcache.c

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
This commit is contained in:
Michael Paquier 2021-01-13 10:32:21 +09:00
parent c6c4b37395
commit fce7d0e6ef
1 changed files with 1 additions and 1 deletions

View 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).