[COMMITTERS] pgsql: Fix brin index summarizing while vacuuming.

2015-09-04 Thread Tatsuo Ishii
Fix brin index summarizing while vacuuming. If the number of heap blocks is not multiples of pages per range, the summarizing produces wrong summary information for the last brin index tuple while vacuuming. Problem reported by Tatsuo Ishii and fixed by Amit Langote. Discussion at "[HACKERS] BRI

[COMMITTERS] pgsql: Fix brin index summarizing while vacuuming.

2015-09-04 Thread Tatsuo Ishii
Fix brin index summarizing while vacuuming. If the number of heap blocks is not multiples of pages per range, the summarizing produces wrong summary information for the last brin index tuple while vacuuming. Problem reported by Tatsuo Ishii and fixed by Amit Langote. Discussion at "[HACKERS] BRI