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

Function ThrowNoTextIndexFound

pg_documentdb/src/opclass/index_support.c:5228–5233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5226
5227pg_attribute_noreturn()
5228static void
5229ThrowNoTextIndexFound()
5230{
5231 ereport(ERROR, (errcode(ERRCODE_DOCUMENTDB_INDEXNOTFOUND),
5232 errmsg("A text index is necessary to perform a $text query.")));
5233}
5234
5235
5236static void

Callers 1

UpdateIndexListForTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected