MCPcopy 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
299Datum
300documentdb_rum_tsvector_config(PG_FUNCTION_ARGS)
301{
302 EnsureRumLibLoaded();
303 return rum_tsvector_config_func(fcinfo);
304}
305
306
307Datum

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected