From 629b3af27d5c2bc9d6e16b22b943ad651d4ecb56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 13 Feb 2011 20:06:41 -0500 Subject: Convert contrib modules to use the extension facility. This isn't fully tested as yet, in particular I'm not sure that the "foo--unpackaged--1.0.sql" scripts are OK. But it's time to get some buildfarm cycles on it. sepgsql is not converted to an extension, mainly because it seems to require a very nonstandard installation process. Dimitri Fontaine and Tom Lane --- contrib/intarray/intarray.control | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 contrib/intarray/intarray.control (limited to 'contrib/intarray/intarray.control') diff --git a/contrib/intarray/intarray.control b/contrib/intarray/intarray.control new file mode 100644 index 0000000000..7b3d4f78f0 --- /dev/null +++ b/contrib/intarray/intarray.control @@ -0,0 +1,5 @@ +# intarray extension +comment = 'functions, operators, and index support for 1-D arrays of integers' +default_version = '1.0' +module_pathname = '$libdir/_int' +relocatable = true -- cgit v1.2.3