aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/ilist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-07-24 00:44:09 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-07-24 00:44:22 -0400
commit808d1f8122223a19d7796e2b50878b1b42450263 (patch)
treedb0fa4c68dd59d93b87ea6aa58c97121fefb0166 /src/backend/lib/ilist.c
parent7f5cfe914de49130d86b2e1e9636b7135e577ef1 (diff)
downloadpostgresql-808d1f8122223a19d7796e2b50878b1b42450263.tar.gz
postgresql-808d1f8122223a19d7796e2b50878b1b42450263.zip
Fix booltestsel() for case where we have NULL stats but not MCV stats.
In a boolean column that contains mostly nulls, ANALYZE might not find enough non-null values to populate the most-common-values stats, but it would still create a pg_statistic entry with stanullfrac set. The logic in booltestsel() for this situation did the wrong thing for "col IS NOT TRUE" and "col IS NOT FALSE" tests, forgetting that null values would satisfy these tests (so that the true selectivity would be close to one, not close to zero). Per bug #8274. Fix by Andrew Gierth, some comment-smithing by me.
Diffstat (limited to 'src/backend/lib/ilist.c')
0 files changed, 0 insertions, 0 deletions