pgsql: doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Date: 2020-06-11 22:19:40
Message-ID: E1jjVXw-0003FJ-Gy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5

xreflabels prevent references to the chapter numbers of sections id's.
It should only be used in specific cases.

Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com

Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f6ee4c39aca943aa224b410895f3634e0f1f60bc

Modified Files
--------------
doc/src/sgml/ecpg.sgml | 2 +-
doc/src/sgml/geqo.sgml | 2 +-
doc/src/sgml/gin.sgml | 2 +-
doc/src/sgml/gist.sgml | 2 +-
doc/src/sgml/libpq.sgml | 2 +-
doc/src/sgml/maintenance.sgml | 2 +-
doc/src/sgml/plperl.sgml | 2 +-
doc/src/sgml/plpgsql.sgml | 2 +-
doc/src/sgml/plpython.sgml | 2 +-
doc/src/sgml/spgist.sgml | 2 +-
doc/src/sgml/spi.sgml | 2 +-
doc/src/sgml/storage.sgml | 2 +-
doc/src/sgml/vacuumlo.sgml | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-06-11 22:25:58 pgsql: doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Previous Message Jeff Davis 2020-06-11 21:53:29 Re: pgsql: Rework HashAgg GUCs.