pgsql: Doc: fix bogus cross-reference link.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix bogus cross-reference link.
Date: 2018-05-21 15:21:15
Message-ID: E1fKmcd-0004Pe-3B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix bogus cross-reference link.

An xref to a <para>'s ID isn't very helpful because paras don't have
names. This causes a warning while building PDFs, though for some
reason not while building HTML. The link arguably went to the wrong
place, too.

To fix, introduce a sub-section we can reference.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f5e3a98443c7f437465d79e4b99a0a661ae1b9b

Modified Files
--------------
doc/src/sgml/jit.sgml | 6 +++---
doc/src/sgml/storage.sgml | 10 +++++++---
2 files changed, 10 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-21 15:41:49 pgsql: Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Previous Message Peter Eisentraut 2018-05-21 14:26:16 pgsql: pg_basebackup: Remove short option -k