aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/jsonb_1.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/jsonb_1.out')
-rw-r--r--src/test/regress/expected/jsonb_1.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/jsonb_1.out b/src/test/regress/expected/jsonb_1.out
index 0e3ebd161ef..38a95b43f8c 100644
--- a/src/test/regress/expected/jsonb_1.out
+++ b/src/test/regress/expected/jsonb_1.out
@@ -1685,9 +1685,9 @@ SELECT count(*) FROM testjsonb WHERE j = '{"pos":98, "line":371, "node":"CBA", "
1
(1 row)
---gin hash
+--gin path opclass
DROP INDEX jidx;
-CREATE INDEX jidx ON testjsonb USING gin (j jsonb_hash_ops);
+CREATE INDEX jidx ON testjsonb USING gin (j jsonb_path_ops);
SET enable_seqscan = off;
SELECT count(*) FROM testjsonb WHERE j @> '{"wait":null}';
count