Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita59746d

Browse files
committed
Docs: wording improvement for compute_query_id = regress
It's more accurate to say that the query identifier is not shown whencompute_query_id = regress rather than to say it is hidden.This change (ebf6c52) appeared in v14, so it makes sense to backpatchthis small adjustment to keep the documents consistent between v14 andmaster.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411020336.GB26620@telsasoft.comBackpatch-through: 14, where compute_query_id = regress was added
1 parentb940918 commita59746d

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
@@ -8101,8 +8101,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
81018101
which lets modules such as <xref linkend="pgstatstatements"/>
81028102
automatically enable it, and <literal>regress</literal> which
81038103
has the same effect as <literal>auto</literal>, except that the
8104-
query identifier ishidden in the <literal>EXPLAIN</literal> output
8105-
to facilitate automated regression testing.
8104+
query identifier isnot shown in the <literal>EXPLAIN</literal> output
8105+
in orderto facilitate automated regression testing.
81068106
The default is <literal>auto</literal>.
81078107
</para>
81088108
<note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp