"Thomas Hallgren" <thhal(at)mailblocks(dot)com> writes:
> Why does postgres maintain a loader logic of its own? I can understand that
> the dynamic_library_path is necessary in order to configure everything in
> one single place. But why not just merge it with the LD_LIBRARY_PATH (or
> PATH on Windows) and then let dlopen do the rest using a stripped filename?
What LD_LIBRARY_PATH? The above statement is so full of system-specific
assumptions that it seems hopeless.
regards, tom lane