Tatsuo Ishii writes:

> I use Makefile.shlib to create each shared object. This way is, I
> think, handy and portble. However, I need to make lots of subdirs for
> each encoding conversion function. Any suggestions?

Given Tom Lane's comment, I think that this would be a wasted effort.
Shared objects are normally used for extensibility at runtime, not core
memory savings.  (This would most likely take more memory in fact, given
that the code is larger and you need all the shared object handling
infrastructure.)

-- 
Peter Eisentraut   [EMAIL PROTECTED]   http://funkturm.homeip.net/~peter


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to