pgsql: Fix: Don't strip $libdir from nested module_pathnames

2025-08-27 Thread Peter Eisentraut
Fix: Don't strip $libdir from nested module_pathnames This patch fixes a bug in how 'load_external_function' handles '$libdir/ prefixes in module paths. Previously, 'load_external_function' would unconditionally strip '$libdir/' from the beginning of the 'filename' string. This caused an issue w

pgsql: Fix: Don't strip $libdir from nested module_pathnames

2025-08-27 Thread Peter Eisentraut
Fix: Don't strip $libdir from nested module_pathnames This patch fixes a bug in how 'load_external_function' handles '$libdir/ prefixes in module paths. Previously, 'load_external_function' would unconditionally strip '$libdir/' from the beginning of the 'filename' string. This caused an issue w