forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5a65eac
committed
Fix confusion in comments about generate_gather_paths
d2d8a22 introduced a new function generate_useful_gather_paths tobe used as a replacement for generate_gather_paths, but forgot to updatea couple of places that referenced the older function.This is possibly not 100% complete (ref. create_ordered_paths), but it'sbetter than not changing anything.Author: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>Reviewed-by: Tomas Vondra <tomas.vondra@enterprisedb.com>Discussion:https://postgr.es/m/4ce1d5116fe746a699a6d29858c6a39a@G08CNEXMBPEKD05.g08.fujitsu.local1 parent8deb6b3 commit5a65eac
2 files changed
+14
-12
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3019 | 3019 |
| |
3020 | 3020 |
| |
3021 | 3021 |
| |
3022 |
| - | |
3023 |
| - | |
3024 |
| - | |
3025 |
| - | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
3026 | 3027 |
| |
3027 | 3028 |
| |
3028 | 3029 |
| |
|
Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7212 | 7212 |
| |
7213 | 7213 |
| |
7214 | 7214 |
| |
7215 |
| - | |
7216 |
| - | |
7217 |
| - | |
| 7215 | + | |
| 7216 | + | |
| 7217 | + | |
7218 | 7218 |
| |
7219 | 7219 |
| |
7220 | 7220 |
| |
7221 | 7221 |
| |
7222 |
| - | |
| 7222 | + | |
7223 | 7223 |
| |
7224 | 7224 |
| |
7225 | 7225 |
| |
| |||
7379 | 7379 |
| |
7380 | 7380 |
| |
7381 | 7381 |
| |
7382 |
| - | |
7383 |
| - | |
7384 |
| - | |
7385 |
| - | |
| 7382 | + | |
| 7383 | + | |
| 7384 | + | |
| 7385 | + | |
| 7386 | + | |
7386 | 7387 |
| |
7387 | 7388 |
| |
7388 | 7389 |
| |
|
0 commit comments
Comments
(0)