pgsql: Add doc entry for the new GUC paramenter enable_group_by_reorder - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Add doc entry for the new GUC paramenter enable_group_by_reorder
Date
Msg-id E1sKdc6-002Q2A-3a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add doc entry for the new GUC paramenter enable_group_by_reordering

0452b461bc4 adds alternative orderings of group-by keys during the query
optimization. This new feature is controlled by the new GUC parameter
enable_group_by_reordering, which accidentally came without the documentation.
This commit adds the missing documentation for that GUC.

Reported-by: Bruce Momjian
Discussion: https://postgr.es/m/ZnDx2FYlba_OafQd%40momjian.us
Author: Andrei Lepikhov
Reviewed-by: Pavel Borisov, Alexander Korotkov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82e79ee46b1c880cb7376cf4399c9883c1ddfaea

Modified Files
--------------
doc/src/sgml/config.sgml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Prevent access of uninitialized memory in radix tree nodes
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: add link to enable_group_by_reordering GUC