Commit 0f271e8
File tree
Expand file treeCollapse file tree
5 files changed
+21
-1
lines changedFilter options
- src
- backend
- executor
- utils/adt
- include/utils
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+21
-1
lines changedsrc/backend/executor/execExpr.c
Copy file name to clipboardExpand all lines: src/backend/executor/execExpr.c+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4278 | 4278 |
|
4279 | 4279 |
|
4280 | 4280 |
|
| 4281 | + |
4281 | 4282 |
|
4282 | 4283 |
|
4283 | 4284 |
|
|
src/backend/utils/adt/jsonpath_exec.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/jsonpath_exec.c+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2994 | 2994 |
|
2995 | 2995 |
|
2996 | 2996 |
|
2997 |
| - |
| 2997 | + |
| 2998 | + |
2998 | 2999 |
|
2999 | 3000 |
|
3000 | 3001 |
|
| ||
4118 | 4119 |
|
4119 | 4120 |
|
4120 | 4121 |
|
| 4122 | + |
4121 | 4123 |
|
4122 | 4124 |
|
4123 | 4125 |
|
|
src/include/utils/jsonpath.h
Copy file name to clipboardExpand all lines: src/include/utils/jsonpath.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
287 | 287 |
|
288 | 288 |
|
289 | 289 |
|
| 290 | + |
290 | 291 |
|
291 | 292 |
|
292 | 293 |
|
|
src/test/regress/expected/sqljson_queryfuncs.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/sqljson_queryfuncs.out+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1334 | 1334 |
|
1335 | 1335 |
|
1336 | 1336 |
|
| 1337 | + |
| 1338 | + |
| 1339 | + |
| 1340 | + |
| 1341 | + |
| 1342 | + |
| 1343 | + |
| 1344 | + |
| 1345 | + |
| 1346 | + |
| 1347 | + |
src/test/regress/sql/sqljson_queryfuncs.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/sqljson_queryfuncs.sql+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
454 | 454 |
|
455 | 455 |
|
456 | 456 |
|
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
0 commit comments