Skip to content

Commit 2cdace9

Browse files
committed
Remove incorrect remark about having to restart backend to load a new
version of a shared library.
1 parent debeb47 commit 2cdace9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/earthdistance/README.earthdistance

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,3 @@ There's C source, Makefile for FreeBSD, and SQL for installing and
124124
testing the function.
125125

126126
Let me know if anything looks fishy!
127-
128-
A note on testing C extensions - it seems not enough to drop a function
129-
and re-create it - if I change a function, I have to stop and restart
130-
the backend for the new version to be seen. I guess it would be too
131-
messy to track which functions are added from a .so and do a dlclose
132-
when the last one is dropped.

0 commit comments

Comments
 (0)