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

Function EnsureRumLibLoaded

pg_documentdb/src/index_am/rum.c:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173const char *DocumentdbRumCorePath = "$libdir/pg_documentdb_extended_rum_core";
174
175inline static void
176EnsureRumLibLoaded(void)
177{
178 if (!loaded_rum_routine)
179 {
180 ereport(ERROR, (errmsg(
181 "The rum library should be loaded as part of shared_preload_libraries - this is a bug")));
182 }
183}
184
185
186typedef enum RumFunctionCatalog

Calls

no outgoing calls

Tested by

no test coverage detected