From c6fbe6d6fb828f50b9d67627588eb5ab8bd25e47 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 21 Jul 2015 20:54:18 +0300 Subject: Add selectivity estimation functions for intarray operators. Uriy Zhuravlev and Alexander Korotkov, reviewed by Jeff Janes, some cleanup by me. --- contrib/intarray/intarray.control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/intarray/intarray.control') diff --git a/contrib/intarray/intarray.control b/contrib/intarray/intarray.control index 7b3d4f78f05..8c23e8d5e2e 100644 --- a/contrib/intarray/intarray.control +++ b/contrib/intarray/intarray.control @@ -1,5 +1,5 @@ # intarray extension comment = 'functions, operators, and index support for 1-D arrays of integers' -default_version = '1.0' +default_version = '1.1' module_pathname = '$libdir/_int' relocatable = true -- cgit v1.2.3