Skip to content

Commit 91f7fc0

Browse files
committed
Vodka opclass.
1 parent f26ac6d commit 91f7fc0

File tree

5 files changed

+637
-2
lines changed

5 files changed

+637
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
MODULE_big = jsquery
44
OBJS = jsquery_io.o jsquery_gram.o jsquery_op.o \
5-
jsquery_constr.o jsquery_extract.o jsonb_gin_ops.o
5+
jsquery_constr.o jsquery_extract.o jsonb_gin_ops.o \
6+
jsonb_vodka_ops.o
67

78
EXTENSION = jsquery
89
DATA = jsquery--1.0.sql

jsonb_gin_ops.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ typedef struct
3636

3737
#define BLOOM_BITS 2
3838
#define JsonbNestedContainsStrategyNumber 13
39-
#define JsQueryMatchStrategyNumber 14
4039

4140
typedef struct
4241
{

0 commit comments

Comments
 (0)