Doc: fix bogus cross-reference link.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3f5e3a98443c7f437465d79e4b99a0a661ae1b9b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-05-21T15:21:08Z
Releases: 11.0
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.

Files

PathChange+/−
doc/src/sgml/jit.sgml modified +3 −3
doc/src/sgml/storage.sgml modified +7 −3

Documentation touched