Pass less-unsafe parameters to Darwin's NSLinkModule. While this change prevents...
authorTom Lane
Tue, 1 Oct 2002 05:06:44 +0000 (05:06 +0000)
committerTom Lane
Tue, 1 Oct 2002 05:06:44 +0000 (05:06 +0000)
commit361f1e165628b8dd6fbb379a792cc49b35a760dc
tree99091d334b008931a6cb1ec5070af0e3cea8eebf
parent1a4431777bf398efbc3fcf430ba6573655510d26
Pass less-unsafe parameters to Darwin's NSLinkModule.  While this change prevents a backend coredump when loading a broken shlib, it also seems to suppress the error messages that might help debug the problem :-(.  Perhaps someone would like to supply a 'linkEdit' hook to get the best of both worlds.  But in the meantime, backend crash trumps error reporting.
src/backend/port/dynloader/darwin.c