- Notifications
You must be signed in to change notification settings - Fork28
Commit41b54ba
committed
Allow existing VACUUM options to take a Boolean argument.
This makes VACUUM work more like EXPLAIN already does without changingthe meaning of any commands that already work. It is intended tofacilitate the addition of future VACUUM options that may takenon-Boolean parameters or that default to false.Masahiko Sawada, reviewed by me.Discussion:http://postgr.es/m/CA+TgmobpYrXr5sUaEe_T0boabV0DSm=utSOZzwCUNqfLEEm8Mw@mail.gmail.comDiscussion:http://postgr.es/m/CAD21AoBaFcKBAeL5_++j+Vzir2vBBcF4juW7qH8b3HsQY=Q6+w@mail.gmail.com1 parentc900c15 commit41b54ba
File tree
4 files changed
+53
-16
lines changed- doc/src/sgml/ref
- src
- backend
- commands
- parser
- bin/psql
4 files changed
+53
-16
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
184 | 198 |
| |
185 | 199 |
| |
186 | 200 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
| |||
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
89 | 96 |
| |
90 | 97 |
| |
91 |
| - | |
92 |
| - | |
93 | 98 |
| |
94 | 99 |
| |
95 | 100 |
| |
96 | 101 |
| |
97 | 102 |
| |
98 | 103 |
| |
99 | 104 |
| |
100 |
| - | |
| 105 | + | |
101 | 106 |
| |
102 |
| - | |
| 107 | + | |
103 | 108 |
| |
104 | 109 |
| |
105 | 110 |
| |
| |||
108 | 113 |
| |
109 | 114 |
| |
110 | 115 |
| |
111 |
| - | |
| 116 | + | |
112 | 117 |
| |
113 |
| - | |
| 118 | + | |
114 | 119 |
| |
115 |
| - | |
| 120 | + | |
116 | 121 |
| |
117 |
| - | |
| 122 | + | |
118 | 123 |
| |
119 | 124 |
| |
120 | 125 |
| |
121 | 126 |
| |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
125 | 140 |
| |
126 | 141 |
| |
127 | 142 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
| 312 | + | |
312 | 313 |
| |
313 | 314 |
| |
314 | 315 |
| |
| |||
10543 | 10544 |
| |
10544 | 10545 |
| |
10545 | 10546 |
| |
10546 |
| - | |
| 10547 | + | |
10547 | 10548 |
| |
10548 |
| - | |
| 10549 | + | |
10549 | 10550 |
| |
10550 | 10551 |
| |
10551 | 10552 |
| |
| |||
10554 | 10555 |
| |
10555 | 10556 |
| |
10556 | 10557 |
| |
| 10558 | + | |
| 10559 | + | |
| 10560 | + | |
| 10561 | + | |
| 10562 | + | |
10557 | 10563 |
| |
10558 | 10564 |
| |
10559 | 10565 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3444 | 3444 |
| |
3445 | 3445 |
| |
3446 | 3446 |
| |
| 3447 | + | |
| 3448 | + | |
3447 | 3449 |
| |
3448 | 3450 |
| |
3449 | 3451 |
| |
|
0 commit comments
Comments
(0)