diff options
author | Andrew Gierth <rhodiumtoad@postgresql.org> | 2017-04-24 07:53:05 +0100 |
---|---|---|
committer | Andrew Gierth <rhodiumtoad@postgresql.org> | 2017-04-24 07:53:05 +0100 |
commit | 7be3678a8cfb55dcfca90fa586485f835ab912a5 (patch) | |
tree | 4b068b169e45b3eed835302c1b5fb1831293df5a /src/backend/access/gist/gistget.c | |
parent | 81ff04deda21e016e0e1d4ea1755ccb14c47c871 (diff) | |
download | postgresql-7be3678a8cfb55dcfca90fa586485f835ab912a5.tar.gz postgresql-7be3678a8cfb55dcfca90fa586485f835ab912a5.zip |
Repair crash with unsortable data in grouping sets.
Previously the code would generate incorrect results, assertion
failures, or crashes if given unsortable (but hashable) columns in
grouping sets. Handle by throwing an error instead.
Report and patch by Pavan Deolasee (though I changed the error
wording slightly); regression test by me.
(This affects 9.5 only since the planner was refactored in 9.6.)
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions