1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Add selectivity estimation functions for intarray operators.

Uriy Zhuravlev and Alexander Korotkov, reviewed by Jeff Janes, some cleanup
by me.
This commit is contained in:
Heikki Linnakangas
2015-07-21 20:54:18 +03:00
parent 434873806a
commit c6fbe6d6fb
7 changed files with 443 additions and 17 deletions

View File

@ -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