Commit 4211fbd
File tree
10 files changed
+156
-15
lines changedFilter options
- doc/src/sgml/ref
- src
- backend
- commands
- postmaster
- bin
- psql
- scripts
- t
- include/commands
- test/regress
- expected
- sql
10 files changed
+156
-15
lines changeddoc/src/sgml/ref/vacuum.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/vacuum.sgml+13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| ||
238 | 239 |
|
239 | 240 |
|
240 | 241 |
|
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
241 | 254 |
|
242 | 255 |
|
243 | 256 |
|
|
doc/src/sgml/ref/vacuumdb.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/vacuumdb.sgml+15
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
317 | 317 |
|
318 | 318 |
|
319 | 319 |
|
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
320 | 335 |
|
321 | 336 |
|
322 | 337 |
|
|
src/backend/commands/vacuum.c
Copy file name to clipboardExpand all lines: src/backend/commands/vacuum.c+22-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
| 118 | + |
118 | 119 |
|
119 | 120 |
|
120 | 121 |
|
| ||
168 | 169 |
|
169 | 170 |
|
170 | 171 |
|
| 172 | + |
| 173 | + |
171 | 174 |
|
172 | 175 |
|
173 | 176 |
|
| ||
224 | 227 |
|
225 | 228 |
|
226 | 229 |
|
| 230 | + |
227 | 231 |
|
228 | 232 |
|
229 | 233 |
|
| ||
367 | 371 |
|
368 | 372 |
|
369 | 373 |
|
370 |
| - |
| 374 | + |
371 | 375 |
|
372 | 376 |
|
| 377 | + |
373 | 378 |
|
374 | 379 |
|
375 | 380 |
|
| ||
2031 | 2036 |
|
2032 | 2037 |
|
2033 | 2038 |
|
2034 |
| - |
| 2039 | + |
| 2040 | + |
2035 | 2041 |
|
2036 | 2042 |
|
2037 |
| - |
| 2043 | + |
| 2044 | + |
2038 | 2045 |
|
2039 | 2046 |
|
2040 | 2047 |
|
| ||
2053 | 2060 |
|
2054 | 2061 |
|
2055 | 2062 |
|
2056 |
| - |
| 2063 | + |
| 2064 | + |
2057 | 2065 |
|
2058 | 2066 |
|
2059 | 2067 |
|
| ||
2067 | 2075 |
|
2068 | 2076 |
|
2069 | 2077 |
|
2070 |
| - |
| 2078 | + |
2071 | 2079 |
|
2072 | 2080 |
|
2073 | 2081 |
|
| ||
2094 | 2102 |
|
2095 | 2103 |
|
2096 | 2104 |
|
2097 |
| - |
| 2105 | + |
| 2106 | + |
| 2107 | + |
| 2108 | + |
| 2109 | + |
| 2110 | + |
| 2111 | + |
| 2112 | + |
| 2113 | + |
2098 | 2114 |
|
2099 | 2115 |
|
2100 | 2116 |
|
|
src/backend/postmaster/autovacuum.c
Copy file name to clipboardExpand all lines: src/backend/postmaster/autovacuum.c+3-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2860 | 2860 |
|
2861 | 2861 |
|
2862 | 2862 |
|
2863 |
| - |
| 2863 | + |
| 2864 | + |
| 2865 | + |
2864 | 2866 |
|
2865 | 2867 |
|
2866 | 2868 |
|
|
src/bin/psql/tab-complete.c
Copy file name to clipboardExpand all lines: src/bin/psql/tab-complete.c+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4618 | 4618 |
|
4619 | 4619 |
|
4620 | 4620 |
|
4621 |
| - |
| 4621 | + |
4622 | 4622 |
|
4623 | 4623 |
|
4624 |
| - |
| 4624 | + |
4625 | 4625 |
|
4626 | 4626 |
|
4627 | 4627 |
|
|
src/bin/scripts/t/100_vacuumdb.pl
Copy file name to clipboardExpand all lines: src/bin/scripts/t/100_vacuumdb.pl+7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
68 | 75 |
|
69 | 76 |
|
70 | 77 |
|
|
+24
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
| ||
121 | 122 |
|
122 | 123 |
|
123 | 124 |
|
| 125 | + |
124 | 126 |
|
125 | 127 |
|
126 | 128 |
|
| ||
148 | 150 |
|
149 | 151 |
|
150 | 152 |
|
| 153 | + |
151 | 154 |
|
152 | 155 |
|
153 | 156 |
|
| ||
260 | 263 |
|
261 | 264 |
|
262 | 265 |
|
| 266 | + |
| 267 | + |
| 268 | + |
263 | 269 |
|
264 | 270 |
|
265 | 271 |
|
| ||
312 | 318 |
|
313 | 319 |
|
314 | 320 |
|
| 321 | + |
| 322 | + |
| 323 | + |
315 | 324 |
|
316 | 325 |
|
317 | 326 |
|
| ||
508 | 517 |
|
509 | 518 |
|
510 | 519 |
|
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
511 | 527 |
|
512 | 528 |
|
513 | 529 |
|
| ||
976 | 992 |
|
977 | 993 |
|
978 | 994 |
|
| 995 | + |
| 996 | + |
| 997 | + |
| 998 | + |
| 999 | + |
| 1000 | + |
| 1001 | + |
979 | 1002 |
|
980 | 1003 |
|
981 | 1004 |
|
| ||
1090 | 1113 |
|
1091 | 1114 |
|
1092 | 1115 |
|
| 1116 | + |
1093 | 1117 |
|
1094 | 1118 |
|
1095 | 1119 |
|
|
src/include/commands/vacuum.h
Copy file name to clipboardExpand all lines: src/include/commands/vacuum.h+5-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
193 | 194 |
|
194 | 195 |
|
195 | 196 |
|
|
src/test/regress/expected/vacuum.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/vacuum.out+43-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
284 |
| - |
| 284 | + |
| 285 | + |
285 | 286 |
|
286 | 287 |
|
287 | 288 |
|
| ||
308 | 309 |
|
309 | 310 |
|
310 | 311 |
|
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
311 | 353 |
|
312 | 354 |
|
313 | 355 |
|
|
src/test/regress/sql/vacuum.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/vacuum.sql+22-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 |
| - |
| 239 | + |
| 240 | + |
240 | 241 |
|
241 | 242 |
|
242 | 243 |
|
| ||
251 | 252 |
|
252 | 253 |
|
253 | 254 |
|
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
254 | 275 |
|
255 | 276 |
|
256 | 277 |
|
|
0 commit comments