forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit10eb60c
committed
Add all structured objects passed to pushJsonbValue piecewise.
Commit9b74f32 did this for objects oftype jbvBinary, but in trying further to simplify some of the new jsonbcode I discovered that objects of type jbvObject or jbvArray passed asWJB_ELEM or WJB_VALUE also caused problems. These too are now addedcomponent by component.Backpatch to 9.4.1 parent833c396 commit10eb60c
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
513 | | - | |
| 512 | + | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
533 | 537 | | |
534 | 538 | | |
535 | 539 | | |
| |||
0 commit comments
Comments
(0)