Commit fce7d0e6 authored by Michael Paquier's avatar Michael Paquier

Fix routine name in comment of catcache.c

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
parent c6c4b373
...@@ -1128,7 +1128,7 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey) ...@@ -1128,7 +1128,7 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey)
} }
/* /*
* SearchCatCacheInternal * SearchCatCache
* *
* This call searches a system cache for a tuple, opening the relation * This call searches a system cache for a tuple, opening the relation
* if necessary (on the first access to a particular cache). * if necessary (on the first access to a particular cache).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment