diff options
| author | Heikki Linnakangas | 2015-07-21 17:54:18 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2015-07-21 17:59:24 +0000 |
| commit | c6fbe6d6fb828f50b9d67627588eb5ab8bd25e47 (patch) | |
| tree | b479aea613e779de9564a667c32e1f36962c5a3d /contrib/intarray/Makefile | |
| parent | 434873806a9b1c0edd53c2a9df7c93a8ba021147 (diff) | |
Add selectivity estimation functions for intarray operators.
Uriy Zhuravlev and Alexander Korotkov, reviewed by Jeff Janes, some cleanup
by me.
Diffstat (limited to 'contrib/intarray/Makefile')
| -rw-r--r-- | contrib/intarray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile index 920c5b1ba03..5ea7f2aedf8 100644 --- a/contrib/intarray/Makefile +++ b/contrib/intarray/Makefile @@ -2,10 +2,10 @@ MODULE_big = _int OBJS = _int_bool.o _int_gist.o _int_op.o _int_tool.o \ - _intbig_gist.o _int_gin.o $(WIN32RES) + _intbig_gist.o _int_gin.o _int_selfuncs.o $(WIN32RES) EXTENSION = intarray -DATA = intarray--1.0.sql intarray--unpackaged--1.0.sql +DATA = intarray--1.1.sql intarray--1.0--1.1.sql intarray--unpackaged--1.0.sql PGFILEDESC = "intarray - functions and operators for arrays of integers" REGRESS = _int |
