forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit856ce0f
Michael Meskes
Fixed test for array boundary.
Instead of continuing if the next character is not an array boundary get_data()used to continue only on finding a boundary so it was not able to read anyelement after the first.1 parent6c33084 commit856ce0f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| |||
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
| 438 | + | |
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
| |||
777 | 779 | | |
778 | 780 | | |
779 | 781 | | |
780 | | - | |
| 782 | + | |
781 | 783 | | |
782 | 784 | | |
783 | 785 | | |
0 commit comments
Comments
(0)