forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbcd7c41
committed
AIX: Link the postgres executable with -Wl,-brtllib.
This allows PostgreSQL modules and their dependencies to have undefinedsymbols, resolved at runtime. Perl module shared objects rely on thatin Perl 5.8.0 and later. This fixes the crash when PL/PerlU loads suchmodules, as the hstore_plperl test suite does. Module authors can linkusing -Wl,-G to permit undefined symbols; by default, linking will failas it has. Back-patch to 9.0 (all supported versions).1 parent736c1f2 commitbcd7c41
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
0 commit comments
Comments
(0)