pgsql: doc: Use proper tags in pg_overexplain documentation. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Use proper tags in pg_overexplain documentation.
Date
Msg-id E1vYQnU-002SNC-2Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Use proper tags in pg_overexplain documentation.

The pg_overexplain documentation previously used the <literal> tag for
some file names, struct names, and commands. Update the markup to
use the more appropriate tags: <filename>, <structname>, and <command>.

Backpatch to v18, where pg_overexplain was introduced.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Shixin Wang <wang-shi-xin@outlook.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwEyYUzz0LjBV_fMcdwU3wgmu0NCoT+JJiozPa8DG6eeog@mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/02a0f385fa980c1eb14947936161123b4848fe9b

Modified Files
--------------
doc/src/sgml/pgoverexplain.sgml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Use proper tags in pg_overexplain documentation.
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix regression test failure when wal_level is set to minimal.