Skip to content
Snippets Groups Projects
Commit 6a4fa7ec authored by Tom Lane's avatar Tom Lane
Browse files

On HPUX, shl_load should be called with options BIND_IMMEDIATE rather

than BIND_DEFERRED.  That way, if the loaded library has unresolved
references, shl_load fails cleanly.  As we had it, shl_load would
succeed and then the dynlinker would call abort() when we try to call
into the loaded library.  abort()ing a backend is uncool.
parent 00645eb1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment