pgsql: Doc: Fix link to fillfactor reloption. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Fix link to fillfactor reloption.
Date
Msg-id E1pwnxF-001TS0-4V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Fix link to fillfactor reloption.

Fix a link from the "Heap-Only Tuples" documentation section.
Previously, its "fillfactor" link pointed to the "CREATE TABLE"
command's documentation.  Now the link directly points to the fillfactor
storage parameter documentation (which is about half way into the
"CREATE TABLE" sect1).

Oversight in commit 115464bb.

Backpatch: 12-, the first version with a usable reloption link.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/375407f4940ba0922513666f00852c54943eb1a0

Modified Files
--------------
doc/src/sgml/storage.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix publication syntax error message
Next
From: Tom Lane
Date:
Subject: pgsql: Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.