forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6b960aa
committed
Fix function-header comments in planner.c
Inb563594, a couple of function header comments weren't changed, orweren't changed correctly, to reflect the arguments being passed intothe functions. Specifically, get_number_of_groups() had the wrongargument name in the commit and create_grouping_paths() wasn'tupdated even though the arguments had been changed.The issue with create_grouping_paths() was noticed by Ashutosh Bapat,while I discovered the issue with get_number_of_groups() by looking tosee if there were any similar issues from that commit.Discussion:https://postgr.es/m/CAFjFpRcbp4702jcp387PExt3fNCt62QJN8++DQGwBhsW6wRHWA@mail.gmail.com1 parent1f7b896 commit6b960aa
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3504 | 3504 |
| |
3505 | 3505 |
| |
3506 | 3506 |
| |
3507 |
| - | |
| 3507 | + | |
3508 | 3508 |
| |
3509 | 3509 |
| |
3510 | 3510 |
| |
| |||
3659 | 3659 |
| |
3660 | 3660 |
| |
3661 | 3661 |
| |
3662 |
| - | |
3663 |
| - | |
3664 |
| - | |
| 3662 | + | |
3665 | 3663 |
| |
3666 | 3664 |
| |
3667 | 3665 |
| |
|
0 commit comments
Comments
(0)