forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7193436
committed
AIX: Link TRANSFORM modules with their dependencies.
The result closely resembles linking of these modules for the "win32"port. Augment the $(exports_file) header so the file is also usable asan import file. Unfortunately, relocating an AIX installation will nowrequire adding $(pkglibdir) to LD_LIBRARY_PATH. Back-patch to 9.5,where the modules were introduced.1 parentbcd7c41 commit7193436
File tree
4 files changed
+20
-4
lines changed- contrib
- hstore_plperl
- hstore_plpython
- ltree_plpython
- src
4 files changed
+20
-4
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 |
| |
27 | 33 |
| |
28 | 34 |
| |
29 |
| - | |
30 | 35 |
| |
31 | 36 |
| |
32 | 37 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 |
| |
27 |
| - | |
28 | 33 |
| |
29 | 34 |
| |
30 | 35 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 |
| |
27 |
| - | |
28 | 33 |
| |
29 | 34 |
| |
30 | 35 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
| |||
341 | 342 |
| |
342 | 343 |
| |
343 | 344 |
| |
344 |
| - | |
| 345 | + | |
345 | 346 |
| |
346 | 347 |
| |
347 | 348 |
| |
|
0 commit comments
Comments
(0)