From: | Josh Kupershmidt <schmiddy(at)gmail(dot)com> |
---|---|
To: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | broken index references |
Date: | 2013-03-23 03:03:50 |
Message-ID: | CAK3UJRGCsAuq_k1L=OXZm9SaETHcvkfnynRNn617Gu+fuX0pLg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
fix_index_references.patch | application/octet-stream | 6.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-03-23 18:12:05 | Re: broken index references |
Previous Message | Mario Duhanic | 2013-03-20 15:01:04 | Re: Underscorces in copy-documentation (9.0 and higher) |