]> granicus.if.org Git - postgresql/commit
Fix thinkos in BRIN summarization
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 3 Nov 2017 19:36:32 +0000 (20:36 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 3 Nov 2017 19:45:36 +0000 (20:45 +0100)
commit1b890562b8d1b44bd3ef948aeeb58dd59abd04b7
tree012a6aab376f3eac6a3a395cb3608626b61136d8
parent49df45acd8d40ee172c2f5491485de997c5f1020
Fix thinkos in BRIN summarization

The previous commit contained a thinko that made a single-range
summarization request process from there to end of table.  Fix by
setting the correct end range point.  Per buildfarm.
src/backend/access/brin/brin.c