mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
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:
2
src/backend/utils/cache/catcache.c
vendored
2
src/backend/utils/cache/catcache.c
vendored
@ -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).
|
||||||
|
Reference in New Issue
Block a user