Avoid extra whitespace in the arguments of <indexterm>.
Tom Lane <tgl@sss.pgh.pa.us>
Avoid extra whitespace in the arguments of <indexterm>. As noted by Thom Brown, this confuses the DocBook index processor; it fails to merge entries that differ only in whitespace, and sorts them unexpectedly as well. Seems like a toolchain bug, but I'm not going to hold my breath waiting for a fix. Note: easiest way to find these is to look for double spaces in HTML.index.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/installation.sgml | modified | +3 −2 |
| doc/src/sgml/libpq.sgml | modified | +12 −10 |
| doc/src/sgml/manage-ag.sgml | modified | +3 −2 |
| doc/src/sgml/plpgsql.sgml | modified | +6 −3 |
| doc/src/sgml/plpython.sgml | modified | +3 −3 |
| doc/src/sgml/pltcl.sgml | modified | +2 −2 |
| doc/src/sgml/queries.sgml | modified | +14 −11 |
| doc/src/sgml/runtime.sgml | modified | +10 −4 |
| doc/src/sgml/spi.sgml | modified | +5 −2 |
| doc/src/sgml/syntax.sgml | modified | +6 −2 |
| doc/src/sgml/trigger.sgml | modified | +5 −2 |
| doc/src/sgml/xtypes.sgml | modified | +6 −7 |