fix prev link in docs - Mailing list pgsql-hackers

From Nathan Bossart
Subject fix prev link in docs
Date
Msg-id aim4AZorFKaC7Wrf@nathan
Whole thread
Responses Re: fix prev link in docs
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Cary Huang
Date:
Subject: Re: [PATCH] psql: add \dcs to list all constraints
Next
From: Matthias van de Meent
Date:
Subject: Re: Commit Sequence Numbers and Visibility