| 1241 | |
| 1242 | |
| 1243 | HeapTuple |
| 1244 | SearchCatCache4(CatCache *cache, |
| 1245 | Datum v1, Datum v2, Datum v3, Datum v4) |
| 1246 | { |
| 1247 | return SearchCatCacheInternal(cache, 4, v1, v2, v3, v4); |
| 1248 | } |
| 1249 | |
| 1250 | /* |
| 1251 | * Work-horse for SearchCatCache/SearchCatCacheN. |
no test coverage detected