Skip to content

Commit ea669b8

Browse files
committed
Docs: wording improvement for compute_query_id = regress
It's more accurate to say that the query identifier is not shown when compute_query_id = regress rather than to say it is hidden. This change (ebf6c52) appeared in v14, so it makes sense to backpatch this small adjustment to keep the documents consistent between v14 and master. Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com Backpatch-through: 14, where compute_query_id = regress was added
1 parent e286be5 commit ea669b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7684,8 +7684,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
76847684
which lets modules such as <xref linkend="pgstatstatements"/>
76857685
automatically enable it, and <literal>regress</literal> which
76867686
has the same effect as <literal>auto</literal>, except that the
7687-
query identifier is hidden in the <literal>EXPLAIN</literal> output
7688-
to facilitate automated regression testing.
7687+
query identifier is not shown in the <literal>EXPLAIN</literal> output
7688+
in order to facilitate automated regression testing.
76897689
The default is <literal>auto</literal>.
76907690
</para>
76917691
<note>

0 commit comments

Comments
 (0)