pgsql: Add doc entry for the new GUC paramenter enable_group_by_reorder

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Add doc entry for the new GUC paramenter enable_group_by_reorder
Дата
Msg-id E1sKdc6-002Q2A-3a@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Prevent access of uninitialized memory in radix tree nodes
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: add link to enable_group_by_reordering GUC