Skip to content

Navigation Menu

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

Appearance settings

Commit c0da8a5

Browse filesBrowse files
author
Nikita Glukhov
committed
Add selectivity estimation
1 parent d57758a commit c0da8a5
Copy full SHA for c0da8a5

File tree

5 files changed

+1105
-4
lines changed
Filter options

5 files changed

+1105
-4
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

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

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

10-
REGRESS = jsquery
11+
REGRESS = jsquery jsquery_stats
1112
# We need a UTF8 database
1213
ENCODING = UTF8
1314

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.