forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit82e79ee
committed
Add doc entry for the new GUC paramenter enable_group_by_reordering
0452b46 adds alternative orderings of group-by keys during the queryoptimization. This new feature is controlled by the new GUC parameterenable_group_by_reordering, which accidentally came without the documentation.This commit adds the missing documentation for that GUC.Reported-by: Bruce MomjianDiscussion:https://postgr.es/m/ZnDx2FYlba_OafQd%40momjian.usAuthor: Andrei LepikhovReviewed-by: Pavel Borisov, Alexander Korotkov1 parentfd49e8f commit82e79ee
1 file changed
+19
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5341 | 5341 |
| |
5342 | 5342 |
| |
5343 | 5343 |
| |
| 5344 | + | |
| 5345 | + | |
| 5346 | + | |
| 5347 | + | |
| 5348 | + | |
| 5349 | + | |
| 5350 | + | |
| 5351 | + | |
| 5352 | + | |
| 5353 | + | |
| 5354 | + | |
| 5355 | + | |
| 5356 | + | |
| 5357 | + | |
| 5358 | + | |
| 5359 | + | |
| 5360 | + | |
| 5361 | + | |
| 5362 | + | |
5344 | 5363 |
| |
5345 | 5364 |
| |
5346 | 5365 |
| |
|
0 commit comments
Comments
(0)