Florian Weimer <[email protected]> writes: > Is it possible to test an C extension module (.so file) without > installing a SHAREDIR/extension/extension_name.control file?
Well, you could just ignore the extension mechanism: do some
manual CREATE FUNCTION commands and test the functionality
through those.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
