forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcdd8634
committed
Fix ERROR message in injection_point.c
This commit fixes an error message that failed to show the correctfunction and library names when a function cannot be loaded.While on it, adjust the call to load_external_function() so as thisERROR can be reached, by making load_external_function() return NULLrather than fail if a function cannot be found for a given injectionpoint.Thinkos ind86d20f.1 parent0eb2328 commitcdd8634
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
303 |
| - | |
| 303 | + | |
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
|
0 commit comments
Comments
(0)