forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf1af75c
committed
Include partitioned tables for tab completion of VACUUM in psql
The relkinds that support indexing are the same as the ones supportingVACUUM, so the code gets refactored a bit with the completion query usedfor CLUSTER, but there is no change for CLUSTER in this commit.Author: Justin PryzbyReviewed-by: Fujii Masao, Michael Paquier, Masahiko SawadaDiscussion:https://postgr.es/m/20200728170408.GI20393@telsasoft.com1 parent903134f commitf1af75c
1 file changed
+11
-5
lines changedLines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
333 | 336 |
| |
334 | 337 |
| |
335 | 338 |
| |
| |||
573 | 576 |
| |
574 | 577 |
| |
575 | 578 |
| |
576 |
| - | |
577 |
| - | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
578 | 587 |
| |
579 | 588 |
| |
580 | 589 |
| |
| |||
584 | 593 |
| |
585 | 594 |
| |
586 | 595 |
| |
587 |
| - | |
588 |
| - | |
589 |
| - | |
590 | 596 |
| |
591 | 597 |
| |
592 | 598 |
| |
|
0 commit comments
Comments
(0)