pgsql: Fix thinkos in BRIN summarization

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinkos in BRIN summarization
Date: 2017-11-03 19:57:14
Message-ID: E1eAi5a-0006Fz-NI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b17870d754665c4b431d3ce4de6676832a0b10a0

Modified Files
--------------
src/backend/access/brin/brin.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2017-11-03 20:21:23 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple
Previous Message Alvaro Herrera 2017-11-03 19:52:04 Re: [HACKERS] pgsql: Fix freezing of a dead HOT-updated tuple