Skip to content

Commit fce7d0e

Browse files
committed
Fix routine name in comment of catcache.c
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACUDXLAkf_XxQO9tAUtnTNGi3Lmd8fANd+vBJbcHn1HoWA@mail.gmail.com
1 parent c6c4b37 commit fce7d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/catcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey)
11281128
}
11291129

11301130
/*
1131-
* SearchCatCacheInternal
1131+
* SearchCatCache
11321132
*
11331133
* This call searches a system cache for a tuple, opening the relation
11341134
* if necessary (on the first access to a particular cache).

0 commit comments

Comments
 (0)