forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4303a0
committed
Remove unnecessary TYPECACHE_GT_OPR lookup
The TYPECACHE_GT_OPR is not needed (it used to be in older version ofthe MCV code), but the compiler failed to detect this as the result wasused in a fmgr_info() call, populating a FmgrInfo entry.Backpatch to v12, where this code was introduced.Discussion:https://postgr.es/m/8736jdhbhc.fsf%40ansel.ydns.euBackpatch-to: 121 parent2103955 commita4303a0
1 file changed
+0
-6
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1577 | 1577 |
| |
1578 | 1578 |
| |
1579 | 1579 |
| |
1580 |
| - | |
1581 |
| - | |
1582 | 1580 |
| |
1583 | 1581 |
| |
1584 | 1582 |
| |
| |||
1596 | 1594 |
| |
1597 | 1595 |
| |
1598 | 1596 |
| |
1599 |
| - | |
1600 |
| - | |
1601 |
| - | |
1602 |
| - | |
1603 | 1597 |
| |
1604 | 1598 |
| |
1605 | 1599 |
| |
|
0 commit comments
Comments
(0)