pgsql: Tweak wording in sequence-function docs to avoid PDF build failu - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Tweak wording in sequence-function docs to avoid PDF build failu
Date
Msg-id E1Us3os-0002ud-Oz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak wording in sequence-function docs to avoid PDF build failures.

Adjust the wording in the first para of "Sequence Manipulation Functions"
so that neither of the link phrases in it break across line boundaries,
in either A4- or US-page-size PDF output.  This fixes a reported build
failure for the 9.3beta2 A4 PDF docs, and future-proofs this particular
para against causing similar problems in future.  (Perhaps somebody will
fix this issue in the SGML/TeX documentation tool chain someday, but I'm
not holding my breath.)

Back-patch to all supported branches, since the same problem could rise up
to bite us in future updates if anyone changes anything earlier than this
in func.sgml.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ae7d63b5c219f8e7f89b8f0f8df18843fed556f

Modified Files
--------------
doc/src/sgml/func.sgml |    9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Refactor aset.c and mcxt.c in preparation for Valgrind cooperati
Next
From: Tom Lane
Date:
Subject: pgsql: Tweak wording in sequence-function docs to avoid PDF build failu