From 0bf41dd1908a0c05833168b9972e1c52cb7547b7 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Tue, 21 Feb 2017 09:07:15 +0000 Subject: [PATCH] Small correction to BRIN docs Replace incorrect word "index" with "heap" Takayuki Tsunakawa --- doc/src/sgml/brin.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index f51928513c..6448b18e46 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -63,7 +63,7 @@ Index Maintenance - At the time of creation, all existing index pages are scanned and a + At the time of creation, all existing heap pages are scanned and a summary index tuple is created for each range, including the possibly-incomplete range at the end. As new pages are filled with data, page ranges that are already -- 2.40.0