pgsql: Doc: fix typo in hash index documentation - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: fix typo in hash index documentation
Date
Msg-id E1vSmjl-003Wq2-2J@gemulon.postgresql.org
Whole thread Raw
List 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.pg@gmail.com>
Discussion: https://postgr.es/m/ed3db7ea-55b4-4809-86af-81ad3bb2c7d3@gmail.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52382feb782b76c42552e96f0bc382a87fd7c1e4

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: libpq: Refactor logic checking for exit() in shared library buil
Next
From: David Rowley
Date:
Subject: pgsql: Doc: fix typo in hash index documentation