Re: Testing an extension without installing it

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Florian Weimer <fweimer(at)redhat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Testing an extension without installing it
Date: 2013-12-06 16:19:22
Message-ID: 11539.1386346762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Florian Weimer <fweimer(at)redhat(dot)com> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Janek Sendrowski 2013-12-06 16:21:13 Re: [PERFORM] Similarity search with the tsearch2 extension
Previous Message Kevin Grittner 2013-12-06 15:58:22 Re: Similarity search for sentences