MCPcopy Create free account
hub / github.com/documentdb/documentdb / UpdatePostgresIndexOverride

Function UpdatePostgresIndexOverride

pg_documentdb/src/commands/coll_mod.c:1240–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238
1239
1240static void
1241UpdatePostgresIndexOverride(uint64_t collectionId, int indexId, int operation, bool value)
1242{
1243 bool ignoreMissingShards = false;
1244 UpdatePostgresIndexCore(collectionId, indexId, operation, value, ignoreMissingShards);
1245}
1246
1247
1248void

Callers

nothing calls this directly

Calls 1

UpdatePostgresIndexCoreFunction · 0.85

Tested by

no test coverage detected