Commit 2cdace96 authored by Tom Lane's avatar Tom Lane

Remove incorrect remark about having to restart backend to load a new

version of a shared library.
parent debeb47c
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment