Use -Bsymbolic for shared libraries on HP-UX and Solaris.
Tom Lane <tgl@sss.pgh.pa.us>
Use -Bsymbolic for shared libraries on HP-UX and Solaris. These platforms are also subject to the mis-linking problem addressed in commit e3d77ea6b. It's not clear whether we could solve it with a solution equivalent to GNU ld's version scripts, but -Bsymbolic appears to fix it, so let's use that. Like the previous commit, back-patch as far as v10. Discussion: https://postgr.es/m/153626613985.23143.4743626885618266803@wrigleys.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/Makefile.shlib | modified | +4 −4 |
Discussion
- BUG #15367: Crash in pg_fe_scram_free when using foreign tables 33 messages · 2018-09-06 → 2018-09-11