| 173 | const char *DocumentdbRumCorePath = "$libdir/pg_documentdb_extended_rum_core"; |
| 174 | |
| 175 | inline static void |
| 176 | EnsureRumLibLoaded(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 | |
| 186 | typedef enum RumFunctionCatalog |
no outgoing calls
no test coverage detected