Fix routine name in comment of catcache.c

Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
pull/62/head
Michael Paquier 5 years ago
parent c6c4b37395
commit fce7d0e6ef
  1. 2
      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).

Loading…
Cancel
Save