Fix repetition in hash index documentation
David Geier <geidav.pg@gmail.com>
From: David Geier <geidav.pg@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-12-08T19:40:58Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Doc: fix typo in hash index documentation
- 52a95886f7e0 15.16 landed
- 08e1ea3b2859 16.12 landed
- ca98d8ba1087 17.8 landed
- a59b03995a4d 18.2 landed
- 52382feb782b 19 (unreleased) landed
Attachments
- 0001-Fix-hash-index-documentation.patch (text/x-patch) patch 0001
Hi hackers! Attached patch fixes a repetition in the user-facing hash index documentation and the README. -- David Geier