Skip to content

Commit cc2c9c7

Browse files
committed
Rework indexing engine.
1 parent 35f946c commit cc2c9c7

File tree

4 files changed

+456
-290
lines changed

4 files changed

+456
-290
lines changed

Diff for: expected/jsquery.out

+8-6
Original file line numberDiff line numberDiff line change
@@ -1185,9 +1185,10 @@ SELECT gin_debug_query_path_value('x <@ [1,2,3]');
11851185
gin_debug_query_path_value
11861186
----------------------------
11871187
OR +
1188-
x.# = 1 , entry 0 +
1189-
x.# = 2 , entry 1 +
1190-
x.# = 3 , entry 2 +
1188+
x = [] , entry 0 +
1189+
x.# = 1 , entry 1 +
1190+
x.# = 2 , entry 2 +
1191+
x.# = 3 , entry 3 +
11911192

11921193
(1 row)
11931194

@@ -1297,9 +1298,10 @@ SELECT gin_debug_query_value_path('x <@ [1,2,3]');
12971298
gin_debug_query_value_path
12981299
----------------------------
12991300
OR +
1300-
x.# = 1 , entry 0 +
1301-
x.# = 2 , entry 1 +
1302-
x.# = 3 , entry 2 +
1301+
x = [] , entry 0 +
1302+
x.# = 1 , entry 1 +
1303+
x.# = 2 , entry 2 +
1304+
x.# = 3 , entry 3 +
13031305

13041306
(1 row)
13051307

0 commit comments

Comments
 (0)