pgsql: Fix a couple typos in BRIN code

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a couple typos in BRIN code
Date: 2024-04-19 14:09:28
Message-ID: E1rxovf-002qLx-RQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a couple typos in BRIN code

Typos introduced by commits c1ec02be1d79, b43757171470 and dae761a87eda.

Author: Alvaro Herrera
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/202401091043.e3nrqiad6gb7@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/95d14b7ae26db5ed85d9945e29121bb0e9b59863

Modified Files
--------------
doc/src/sgml/indexam.sgml | 2 +-
src/backend/access/brin/brin.c | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-04-19 17:29:53 pgsql: Make PostgreSQL::Test::Cluster::init_from_backup handle tablespa
Previous Message Daniel Gustafsson 2024-04-19 12:55:13 pgsql: Doc: Remove mention of @ and ~ GiST operators