From: | David Rowley <drowley(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Docs: wording improvement for compute_query_id = regress |
Date: | 2022-04-13 09:29:25 |
Message-ID: | E1neZJV-000JEi-RV@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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 (ebf6c5249) 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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a59746d311264305bbe68aaf48d5b20e8fd56920
Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2022-04-13 09:29:57 | pgsql: Docs: wording improvement for compute_query_id = regress |
Previous Message | Michael Paquier | 2022-04-13 06:42:17 | pgsql: Remove "recheck" argument from check_index_is_clusterable() |