broken index references

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема broken index references
Дата
Msg-id CAK3UJRGCsAuq_k1L=OXZm9SaETHcvkfnynRNn617Gu+fuX0pLg@mail.gmail.com
обсуждение исходный текст
Ответы Re: broken index references  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Mario Duhanic
Дата:
Сообщение: Re: Underscorces in copy-documentation (9.0 and higher)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: broken index references