mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user