forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4ed650
committed
load_file() has to remove pre-existing shlibs that match the new file
on either name or inode; otherwise load_external_function() won't doanything. At least on Linux, it appears that recompiling a shlib leadsto a new file with a different inode, so the old code failed to detecta match.1 parent3e20a72 commitf4ed650
1 file changed
+22
-24
lines changedLines changed: 22 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
| |||
177 | 178 |
| |
178 | 179 |
| |
179 | 180 |
| |
180 |
| - | |
| 181 | + | |
| 182 | + | |
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
| |||
196 | 198 |
| |
197 | 199 |
| |
198 | 200 |
| |
199 |
| - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
200 | 207 |
| |
201 |
| - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
202 | 211 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
207 | 219 |
| |
208 | 220 |
| |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
| 221 | + | |
224 | 222 |
| |
225 | 223 |
| |
226 | 224 |
| |
|
0 commit comments
Comments
(0)