Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vtRH3-007lVG-0l for pgsql-docs@arkaria.postgresql.org; Fri, 20 Feb 2026 14:14:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vtRH2-008C8z-0l for pgsql-docs@arkaria.postgresql.org; Fri, 20 Feb 2026 14:14:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vtRH1-008C8o-2v for pgsql-docs@lists.postgresql.org; Fri, 20 Feb 2026 14:14:28 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vtRGy-00000000OIG-41ni for pgsql-docs@lists.postgresql.org; Fri, 20 Feb 2026 14:14:27 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id DA4095632DA for ; Fri, 20 Feb 2026 15:14:23 +0100 (CET) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id CA0965627FC; Fri, 20 Feb 2026 15:14:23 +0100 (CET) Received: from localhost (unknown [172.22.191.6]) by s899.loopia.se (Postfix) with ESMTP id C684A2C8BABD; Fri, 20 Feb 2026 15:14:23 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.6]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id YFakmiOsQhe0; Fri, 20 Feb 2026 15:14:23 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 212.247.163.6 Received: from smtpclient.apple (static-212-247-163-6.cust.tele2.se [212.247.163.6]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id 1AD012C8BA81; Fri, 20 Feb 2026 15:14:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1771596863; bh=+3I9ztILCdRN2ZNnwEuh2IPHe4kdnGCpv8w6lO/pWRo=; h=From:Subject:Date:References:To:In-Reply-To; b=pZMsWdbIZ5J7++ex25weFnalDNKQaDP6DIfS8nfJBB5Lg+k3DTmEqybALSvQ/B+Ka 17AY32twkNiBQ8MOUCcguNIq8QvWjxVt5JCHPe+NK41I5y/38tRthQaaAFhKpbUqlP YnyMkcLz2ofFa3ryAg4ZI33zyKE5/h209MN0yfSgIE6U76UnFJhDelO31pHm9UBjlF pv7oflJlAZRETtnDZzT8k64tPV1rwtqoyQ+XcLuIjgOARZfa2UdDJz000a58dVlvac 9T2uhFh2kCcWl2EA33XLYF4lWoxLfhpz2J9eL9QWOlwJ26HTRLyL5Umu+6CKQB4im9 X7khzPlXkIEIA== From: Daniel Gustafsson Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Typo Date: Fri, 20 Feb 2026 15:14:12 +0100 References: <177148426551.1283375.10437714446008919308@wrigleys.postgresql.org> To: timothy.kyadondo@gmail.com, pgsql-docs@lists.postgresql.org In-Reply-To: <177148426551.1283375.10437714446008919308@wrigleys.postgresql.org> Message-Id: <75C68964-719A-465F-80DD-45A0C3AA3431@yesql.se> X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 19 Feb 2026, at 07:57, PG Doc comments form = wrote: > There is a typo in the BRIN indexes definition=E2=80=94it says = "INdexes" instead of > "indexes." >=20 > BRIN indexes (a shorthand for Block Range INdexes) It's spelled INdexes in that parenthesis to indicate what the acronym = BRIN stands for. -- Daniel Gustafsson