forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4405b3e
committed
simplify_function() mustn't try to evaluate functions that return
composite types, because TupleTableSlots aren't Datums and can't bestored in Const nodes. We can remove this restriction if we everadopt a cleaner runtime representation for whole-tuple results, butat the moment it's broken. Per example from Thomas Hallgren.1 parent45842e6 commit4405b3e
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1711 | 1711 |
| |
1712 | 1712 |
| |
1713 | 1713 |
| |
| 1714 | + | |
1714 | 1715 |
| |
1715 | 1716 |
| |
1716 | 1717 |
| |
| |||
1747 | 1748 |
| |
1748 | 1749 |
| |
1749 | 1750 |
| |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
1750 | 1760 |
| |
1751 | 1761 |
| |
1752 | 1762 |
| |
|
0 commit comments
Comments
(0)