forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc5075f
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 parentfaf686b commitdc5075f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
0 commit comments
Comments
(0)