forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e256e5
committed
Add SKIP_LOCKED option to RangeVarGetRelidExtended().
This will be used for VACUUM (SKIP LOCKED).Author: Nathan BossartReviewed-By: Michael Paquier and Andres FreundDiscussion:https://postgr.es/m/20180306005349.b65whmvj7z6hbe2y@alap3.anarazel.de1 parentd87510a commit3e256e5
2 files changed
+21
-4
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
215 | 224 |
| |
216 | 225 |
| |
217 | 226 |
| |
| |||
226 | 235 |
| |
227 | 236 |
| |
228 | 237 |
| |
| 238 | + | |
| 239 | + | |
| 240 | + | |
229 | 241 |
| |
230 | 242 |
| |
231 | 243 |
| |
| |||
363 | 375 |
| |
364 | 376 |
| |
365 | 377 |
| |
366 |
| - | |
| 378 | + | |
367 | 379 |
| |
368 | 380 |
| |
369 | 381 |
| |
| 382 | + | |
| 383 | + | |
370 | 384 |
| |
371 |
| - | |
| 385 | + | |
372 | 386 |
| |
373 | 387 |
| |
374 | 388 |
| |
375 | 389 |
| |
376 |
| - | |
| 390 | + | |
377 | 391 |
| |
378 | 392 |
| |
379 | 393 |
| |
| 394 | + | |
| 395 | + | |
380 | 396 |
| |
381 | 397 |
| |
382 | 398 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
|
0 commit comments
Comments
(0)