Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0672b7

Browse files
author
Nikita Glukhov
committed
Set oprrest of @> operator to jsonb_sel
1 parent 2fafbe5 commit d0672b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/pg_operator.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@
32303230
{ oid => '3246', oid_symbol => 'JsonbContainsOperator', descr => 'contains',
32313231
oprname => '@>', oprleft => 'jsonb', oprright => 'jsonb', oprresult => 'bool',
32323232
oprcom => '<@(jsonb,jsonb)', oprcode => 'jsonb_contains',
3233-
oprrest => 'matchingsel', oprjoin => 'matchingjoinsel' },
3233+
oprrest => 'jsonb_sel', oprjoin => 'matchingjoinsel' },
32343234
{ oid => '3247', oid_symbol => 'JsonbExistsOperator', descr => 'key exists',
32353235
oprname => '?', oprleft => 'jsonb', oprright => 'text', oprresult => 'bool',
32363236
oprcode => 'jsonb_exists', oprrest => 'jsonb_sel',

0 commit comments

Comments
 (0)