forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb5bf51
committed
> intarray and ltree both seem to be mapping their own declarations onto
> arrays using largely-similar code. But while intarray fails its> regression test, I find ltree still passes. So I'm confused about what> that code is really doing and don't want to touch it.Please, apply attached patch, it solves the problem.Teodor Sigaev1 parentb3f5232 commiteb5bf51
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
919 | 920 |
| |
920 | 921 |
| |
921 | 922 |
| |
922 |
| - | |
923 |
| - | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
924 | 927 |
| |
925 | 928 |
| |
926 | 929 |
| |
|
0 commit comments
Comments
(0)