Skip to content

Commit 0374d31

Browse files
author
Alexander Korotkov
committed
Merge branch 'filtering'
2 parents 580f6cb + adc5fdf commit 0374d31

16 files changed

+924
-97
lines changed

Diff for: META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
"index",
5151
"search"
5252
]
53-
}
53+
}

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OBJS = jsonb_gin_ops.o jsquery_constr.o jsquery_extract.o \
55
jsquery_gram.o jsquery_io.o jsquery_op.o jsquery_support.o
66

77
EXTENSION = jsquery
8-
DATA = jsquery--1.0.sql
8+
DATA = jsquery--1.1.sql jsquery--1.0--1.1.sql
99
INCLUDES = jsquery.h
1010

1111
REGRESS = jsquery

0 commit comments

Comments
 (0)