Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb08de1

Browse files
author
Vladlen Popolitov
committed
anyarray partial support for rum added
1 parentebf7f14 commitfb08de1

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 cidranyarrayrum
1717

1818
ifdefUSE_PGXS
1919
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp