pgsql: Doc: fix typo in hash index documentation

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix typo in hash index documentation
Date: 2025-12-09 01:43:42
Message-ID: E1vSmlR-003WtK-2t@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix typo in hash index documentation

Plus a similar fix to the README.

Backpatch as far back as the sgml issue exists. The README issue does
exist in v14, but that seems unlikely to harm anyone.

Author: David Geier <geidav(dot)pg(at)gmail(dot)com>
Discussion: https://postgr.es/m/ed3db7ea-55b4-4809-86af-81ad3bb2c7d3@gmail.com
Backpatch-through: 15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52a95886f7e0ce3d4f4d590777559f0330fb9c1f

Modified Files
--------------
doc/src/sgml/hash.sgml | 9 ++++-----
src/backend/access/hash/README | 9 ++++-----
2 files changed, 8 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-12-09 04:12:30 pgsql: Improve documentation for pg_atomic_unlocked_write_u32()
Previous Message David Rowley 2025-12-09 01:43:20 pgsql: Doc: fix typo in hash index documentation