Remove unnecessary TYPECACHE_GT_OPR lookup
Tomas Vondra <tomas.vondra@postgresql.org>
Remove unnecessary TYPECACHE_GT_OPR lookup The TYPECACHE_GT_OPR is not needed (it used to be in older version of the MCV code), but the compiler failed to detect this as the result was used 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.eu Backpatch-to: 12
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/statistics/mcv.c | modified | +0 −6 |
Discussion
- [sqlsmith] Crash in mcv_get_match_bitmap 19 messages · 2019-07-10 → 2019-07-20