Skip to content

Commit fb08de1

Browse files
author
Vladlen Popolitov
committed
anyarray partial support for rum added
1 parent ebf7f14 commit fb08de1

File tree

11 files changed

+10104
-6
lines changed

11 files changed

+10104
-6
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
MODULE_big = anyarray
44
OBJS = anyarray.o anyarray_util.o anyarray_guc.o \
5-
anyarray_gist.o anyarray_gin.o
5+
anyarray_gist.o anyarray_gin.o anyarray_rum.o
66

77
EXTENSION = anyarray
8-
DATA = anyarray--1.0.sql
8+
DATA = anyarray--1.0.sql anyarray--1.2.sql
99
PGFILEDESC = "anyarray - functions and operators for one-dimensional arrays"
1010

1111
REGRESS = init anyarray \
1212
int2 int4 int8 float4 float8 numeric \
1313
text varchar char varbit bit bytea \
1414
interval money oid \
1515
timestamp timestamptz time timetz date \
16-
macaddr inet cidr
16+
macaddr inet cidr anyarrayrum
1717

1818
ifdef USE_PGXS
1919
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)