| 1238 | |
| 1239 | |
| 1240 | static void |
| 1241 | UpdatePostgresIndexOverride(uint64_t collectionId, int indexId, int operation, bool value) |
| 1242 | { |
| 1243 | bool ignoreMissingShards = false; |
| 1244 | UpdatePostgresIndexCore(collectionId, indexId, operation, value, ignoreMissingShards); |
| 1245 | } |
| 1246 | |
| 1247 | |
| 1248 | void |
nothing calls this directly
no test coverage detected