pgsql: Avoid extra whitespace in the arguments of <indexterm>.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid extra whitespace in the arguments of <indexterm>.
Date: 2011-04-08 15:36:15
Message-ID: E1Q8DjL-0000g5-Qs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dca30da3433c40b5f92f1704c496cda052decef9

Modified Files
--------------
doc/src/sgml/installation.sgml | 5 +++--
doc/src/sgml/libpq.sgml | 22 ++++++++++++----------
doc/src/sgml/manage-ag.sgml | 5 +++--
doc/src/sgml/plpgsql.sgml | 9 ++++++---
doc/src/sgml/plpython.sgml | 6 +++---
doc/src/sgml/pltcl.sgml | 4 ++--
doc/src/sgml/queries.sgml | 25 ++++++++++++++-----------
doc/src/sgml/runtime.sgml | 14 ++++++++++----
doc/src/sgml/spi.sgml | 7 +++++--
doc/src/sgml/syntax.sgml | 8 ++++++--
doc/src/sgml/trigger.sgml | 7 +++++--
doc/src/sgml/xtypes.sgml | 13 ++++++-------
12 files changed, 75 insertions(+), 50 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2011-04-08 15:50:58 Re: pgsql: Avoid extra whitespace in the arguments of <indexterm>.
Previous Message Tom Lane 2011-04-08 14:54:19 pgsql: Add an example of WITH (UPDATE RETURNING) INSERT to the INSERT r