broken index references - Mailing list pgsql-docs

From Josh Kupershmidt
Subject broken index references
Date
Msg-id CAK3UJRGCsAuq_k1L=OXZm9SaETHcvkfnynRNn617Gu+fuX0pLg@mail.gmail.com
Whole thread Raw
Responses Re: broken index references  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
If you search through recent 9.2 or 9.3dev PDFs for the string "??"
you should find ten occurrences. Other than the first instance in
Chapter 9, the other nine are all in the index, and indicate an
unknown reference to some index entry. For example, you can see in the
current 9.2-A4 PDF:

"""
deadlock, 349
  timeout during, ??
...

fsync configuration parameter, ??
...

full_page_writes configuration parameter,
??
"""

AFAICT tex is getting confused by <indexterm> entries appearing before
<term>. Or at least, switching the order seems to fix the problem.
Patch attached.

Josh

Attachment

pgsql-docs by date:

Previous
From: Mario Duhanic
Date:
Subject: Re: Underscorces in copy-documentation (9.0 and higher)
Next
From: Tom Lane
Date:
Subject: Re: broken index references