projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debeb47
)
Remove incorrect remark about having to restart backend to load a new
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 27 Dec 2003 18:20:18 +0000
(18:20 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 27 Dec 2003 18:20:18 +0000
(18:20 +0000)
version of a shared library.
contrib/earthdistance/README.earthdistance
patch
|
blob
|
blame
|
history
diff --git
a/contrib/earthdistance/README.earthdistance
b/contrib/earthdistance/README.earthdistance
index 4658d3a1da56f063a64d6487393020cb9366f9dd..c4e5f7ae44aa71f93f11109f14322fe8218c4957 100644
(file)
--- a/
contrib/earthdistance/README.earthdistance
+++ b/
contrib/earthdistance/README.earthdistance
@@
-124,9
+124,3
@@
There's C source, Makefile for FreeBSD, and SQL for installing and
testing the function.
Let me know if anything looks fishy!
-
-A note on testing C extensions - it seems not enough to drop a function
-and re-create it - if I change a function, I have to stop and restart
-the backend for the new version to be seen. I guess it would be too
-messy to track which functions are added from a .so and do a dlclose
-when the last one is dropped.