Add doc entry for the new GUC paramenter enable_group_by_reordering

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 82e79ee46b1c880cb7376cf4399c9883c1ddfaea
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2024-06-21T12:39:13Z
Releases: 17.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +19 −0

Documentation touched

Discussion