diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-05 15:00:03 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-05 15:00:03 -0400 |
commit | 43f76fb1944ea5219856819535e2386362ccad49 (patch) | |
tree | cafece3276b7deb3e8096017282528738b6db2d0 /src/backend/access/gist/gistutil.c | |
parent | b6d147bcbbf29b7f422f7185192eb57593f3cfc7 (diff) | |
download | postgresql-43f76fb1944ea5219856819535e2386362ccad49.tar.gz postgresql-43f76fb1944ea5219856819535e2386362ccad49.zip |
Fix handling of bare boolean expressions in mcv_get_match_bitmap.
Since v14, the extended stats machinery will try to estimate for
otherwise-unsupported boolean expressions if they match an expression
available from an extended stats object. mcv.c did not get the memo
about this, and would spit up with "unknown clause type". Fortunately
the case is easy to handle, since we can expect the expression yields
boolean.
While here, replace some not-terribly-on-point assertions with
simpler runtime tests for lookup failure. That seems appropriate
so that we get an elog not a crash if we somehow get to the new
it-should-be-a-bool-expression code with a subexpression that
doesn't match any stats column.
Per report from Danny Shemesh. Thanks to Justin Pryzby for
preliminary investigation.
Discussion: https://postgr.es/m/CAFZC=QqD6=27wQPOW1pbRa98KPyuyn+7cL_Ay_Ck-roZV84vHg@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions