fix prev link in docs
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2026-06-10T19:16:17Z
Lists: pgsql-hackers
Attachments
- v1-0001-fix-prev-link-in-docs.patch (text/plain)
Right now, if you go to the following page and click "Prev", it'll send you to the middle of the previous chapter: https://www.postgresql.org/docs/devel/bgworker.html My research indicates that this might caused by a bug in libxml2, but regardless, a minimal fix is to change the link generation code to use [position()=last()] instead of [last()] in the predicate on the union of reverse axes. Patch attached. -- nathan
Commits
-
doc: Fix "Prev" link, take 2.
- f0a5c4fbfc42 19 (unreleased) landed
- cfeb0b2b30f0 15 (unreleased) landed
- 6776978ce8ff 16 (unreleased) landed
- 5562b2657f94 18 (unreleased) landed
- 1fec5ddfdc2d 17 (unreleased) landed
- 1d216f1e7723 14 (unreleased) landed
-
doc: Fix "Prev" link.
- d018e927bc89 15 (unreleased) landed
- 9fc2f1995f53 16 (unreleased) landed
- 924172c56549 14 (unreleased) landed
- 85e6624c06a1 18 (unreleased) landed
- 6678b58d7810 19 (unreleased) landed
- 1c4ba21685cb 17 (unreleased) landed