forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb55f62a
committed
Unify DLSUFFIX on Darwin
macOS has traditionally used extension .dylib for shared libraries(used at build time) and .so for dynamically loaded modules (used bydlopen()). This complicates the build system a bit. Also, Meson uses.dylib for both, so it would be worth unifying this in order to beable to get equal build output.There doesn't appear to be any reason to use any particular extensionfor dlopened modules, since dlopen() will accept anything andPostgreSQL is well-factored to be able to deal with any extension.Other software packages that I have handy appear to be about 50/50split on which extension they use for their plugins. So it seemspossible to change this safely.Discussion:https://www.postgresql.org/message-id/flat/bcc45f78-e3c3-8fb3-7c42-5371b48b5266%40enterprisedb.com1 parent4b8ee4e commitb55f62a
File tree
5 files changed
+13
-23
lines changed- config
- src
- makefiles
- template
5 files changed
+13
-23
lines changedLines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
133 | 128 |
| |
134 | 129 |
| |
135 | 130 |
| |
|
Lines changed: 5 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10570 | 10570 |
| |
10571 | 10571 |
| |
10572 | 10572 |
| |
10573 |
| - | |
10574 |
| - | |
10575 |
| - | |
10576 |
| - | |
10577 |
| - | |
10578 |
| - | |
10579 |
| - | |
10580 |
| - | |
10581 |
| - | |
10582 |
| - | |
| 10573 | + | |
| 10574 | + | |
| 10575 | + | |
| 10576 | + | |
| 10577 | + | |
10583 | 10578 |
| |
10584 | 10579 |
| |
10585 | 10580 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
122 | 121 |
| |
123 | 122 |
| |
124 | 123 |
| |
| |||
127 | 126 |
| |
128 | 127 |
| |
129 | 128 |
| |
130 |
| - | |
131 | 129 |
| |
132 | 130 |
| |
133 | 131 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + |
0 commit comments
Comments
(0)