Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ documentdb_rum_tsvector_config
Function
documentdb_rum_tsvector_config
pg_documentdb/src/index_am/rum.c:299–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
299
Datum
300
documentdb_rum_tsvector_config(PG_FUNCTION_ARGS)
301
{
302
EnsureRumLibLoaded();
303
return rum_tsvector_config_func(fcinfo);
304
}
305
306
307
Datum
Callers
nothing calls this directly
Calls
1
EnsureRumLibLoaded
Function · 0.85
Tested by
no test coverage detected