forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f88fa9
committed
Fix PGXS support for building loadable modules on AIX.
Building a shlib on AIX requires use of the mkldexport.sh script, but wefailed to install that, preventing its use from non-source-tree contexts.Also, Makefile.aix had the wrong idea about where to find the installedcopy of the postgres.imp symbol file used by AIX.Per report from John Pierce. Patch all the way back, since this has beenbroken since the beginning of PGXS.1 parent7e0cce0 commit3f88fa9
2 files changed
+6
-2
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
| |||
253 | 254 |
| |
254 | 255 |
| |
255 | 256 |
| |
| 257 | + | |
256 | 258 |
| |
257 | 259 |
| |
258 | 260 |
| |
| |||
262 | 264 |
| |
263 | 265 |
| |
264 | 266 |
| |
| 267 | + | |
265 | 268 |
| |
266 | 269 |
| |
267 | 270 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
0 commit comments
Comments
(0)