forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitadac22b
committed
When we added the ability to have zero-element ARRAY[] constructs by adding an
explicit cast to show the intended array type, we forgot to teach ruleutils.cto print out such constructs properly. Found by noting bogus output fromrecent changes in polymorphism regression test.1 parente32014d commitadac22b
File tree
2 files changed
+13
-5
lines changed- src
- backend/utils/adt
- test/regress/expected
2 files changed
+13
-5
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
4451 | 4451 |
| |
4452 | 4452 |
| |
4453 | 4453 |
| |
| 4454 | + | |
| 4455 | + | |
| 4456 | + | |
| 4457 | + | |
| 4458 | + | |
| 4459 | + | |
| 4460 | + | |
| 4461 | + | |
4454 | 4462 |
| |
4455 | 4463 |
| |
4456 | 4464 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 |
| - | |
1009 |
| - | |
1010 |
| - | |
1011 |
| - | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 | 1014 |
| |
|
0 commit comments
Comments
(0)