pgsql: doc: Fix PDF build with FOP

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Fix PDF build with FOP
Date: 2015-06-04 00:36:59
Message-ID: E1Z0J9X-0000fI-Sq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix PDF build with FOP

Because of a bug in the DocBook XSL FO style sheet, an xref to a
varlistentry whose term includes an indexterm fails to build. One such
instance was introduced in commit
5086dfceba79ecd5d1eb28b8f4ed5221838ff3a6. Fix by adding the upstream
bug fix to our customization layer.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-06-04 04:24:23 pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi
Previous Message Tom Lane 2015-06-03 22:02:48 pgsql: Fix some questionable edge-case behaviors in add_path() and frie