index 4f52f198533639c3e14a78006465fae86a6c9d90..0cf4d51cac48cb03e966d8a1de7f70c75d86aa0e 100644 (file)
path, name);
injection_callback = (InjectionPointCallback)
- load_external_function(path, entry_by_name->function, true, NULL);
+ load_external_function(path, entry_by_name->function, false, NULL);
if (injection_callback == NULL)
elog(ERROR, "could not find function \"%s\" in library \"%s\" for injection point \"%s\"",
- name, entry_by_name->function, path);
+ entry_by_name->function, path, name);
/* add it to the local cache when found */
injection_point_cache_add(name, injection_callback);