forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb940918
committed
Remove "recheck" argument from check_index_is_clusterable()
The last usage of this argument in this routine can be tracked down to7e2f906, aka 11 years ago. Getting rid of this argument can also be anadvantage for extensions calling check_index_is_clusterable(), as itremoves any need to worry about the meaning of what a recheck would beat this level.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411140609.GF26620@telsasoft.com1 parentfdc18ea commitb940918
File tree
3 files changed
+5
-5
lines changed- src
- backend/commands
- include/commands
3 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 |
| - | |
| 235 | + | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
| 437 | + | |
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
| |||
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
483 |
| - | |
| 483 | + | |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14055 | 14055 |
| |
14056 | 14056 |
| |
14057 | 14057 |
| |
14058 |
| - | |
| 14058 | + | |
14059 | 14059 |
| |
14060 | 14060 |
| |
14061 | 14061 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments
Comments
(0)