forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9550ea3
committed
Add --no-index-cleanup and --no-truncate to vacuumdb.
Both INDEX_CLEANUP and TRUNCATE have been available since v12, and areenabled by default except if respectively vacuum_index_cleanup andvacuum_truncate are disabled for a given relation. This change addssupport for disabling these options from vacuumdb.Author: Nathan BossartReviewed-by: Michael Paquier, Masahiko SawadaDiscussion:https://postgr.es/m/6F7F17EF-B1F2-4681-8D03-BA96365717C0@amazon.com1 parent14903f2 commit9550ea3
File tree
3 files changed
+102
-2
lines changed- doc/src/sgml/ref
- src/bin/scripts
- t
3 files changed
+102
-2
lines changedLines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
229 | 259 |
| |
230 | 260 |
| |
231 | 261 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
51 | 65 |
| |
52 | 66 |
| |
53 | 67 |
| |
|
Lines changed: 57 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
| |||
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
| 101 | + | |
| 102 | + | |
99 | 103 |
| |
100 | 104 |
| |
101 | 105 |
| |
| |||
117 | 121 |
| |
118 | 122 |
| |
119 | 123 |
| |
120 |
| - | |
| 124 | + | |
121 | 125 |
| |
122 | 126 |
| |
| 127 | + | |
| 128 | + | |
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
| |||
223 | 229 |
| |
224 | 230 |
| |
225 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
226 | 238 |
| |
227 | 239 |
| |
228 | 240 |
| |
| |||
267 | 279 |
| |
268 | 280 |
| |
269 | 281 |
| |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
270 | 294 |
| |
271 | 295 |
| |
272 | 296 |
| |
| |||
412 | 436 |
| |
413 | 437 |
| |
414 | 438 |
| |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
415 | 455 |
| |
416 | 456 |
| |
417 | 457 |
| |
| |||
832 | 872 |
| |
833 | 873 |
| |
834 | 874 |
| |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
835 | 889 |
| |
836 | 890 |
| |
837 | 891 |
| |
| |||
930 | 984 |
| |
931 | 985 |
| |
932 | 986 |
| |
| 987 | + | |
| 988 | + | |
933 | 989 |
| |
934 | 990 |
| |
935 | 991 |
| |
|
0 commit comments
Comments
(0)