File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1194,7 +1194,7 @@ InitCatCachePhase2(CatCache *cache, bool touch_index)
1194
1194
* catalogs' indexes.
1195
1195
*/
1196
1196
static bool
1197
- IndexScanOK (CatCache * cache , ScanKey cur_skey )
1197
+ IndexScanOK (CatCache * cache )
1198
1198
{
1199
1199
switch (cache -> id )
1200
1200
{
@@ -1483,7 +1483,7 @@ SearchCatCacheMiss(CatCache *cache,
1483
1483
1484
1484
scandesc = systable_beginscan (relation ,
1485
1485
cache -> cc_indexoid ,
1486
- IndexScanOK (cache , cur_skey ),
1486
+ IndexScanOK (cache ),
1487
1487
NULL ,
1488
1488
nkeys ,
1489
1489
cur_skey );
@@ -1803,7 +1803,7 @@ SearchCatCacheList(CatCache *cache,
1803
1803
1804
1804
scandesc = systable_beginscan (relation ,
1805
1805
cache -> cc_indexoid ,
1806
- IndexScanOK (cache , cur_skey ),
1806
+ IndexScanOK (cache ),
1807
1807
NULL ,
1808
1808
nkeys ,
1809
1809
cur_skey );
You can’t perform that action at this time.
0 commit comments