forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitedc6b41
committed
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
When it comes to SELECT ... FOR or LOCK, NOWAIT means to not wait forsomething to happen, and issue an error. SKIP LOCKED means to not waitfor something to happen but to move on without issuing an error. Theinternal option of autovacuum and autoanalyze mentioned above, used onlywhen wraparound is not involved was named NOWAIT, but behaves like SKIPLOCKED which is confusing.Author: Nathan BossartDiscussion:https://postgr.es/m/20180307050345.GA3095@paquier.xyz1 parent6551f3d commitedc6b41
File tree
4 files changed
+5
-4
lines changed- src
- backend
- commands
- postmaster
- include/nodes
4 files changed
+5
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 | 1379 |
| |
1380 |
| - | |
| 1380 | + | |
1381 | 1381 |
| |
1382 | 1382 |
| |
1383 | 1383 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2904 | 2904 |
| |
2905 | 2905 |
| |
2906 | 2906 |
| |
2907 |
| - | |
| 2907 | + | |
2908 | 2908 |
| |
2909 | 2909 |
| |
2910 | 2910 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3135 | 3135 |
| |
3136 | 3136 |
| |
3137 | 3137 |
| |
3138 |
| - | |
| 3138 | + | |
| 3139 | + | |
3139 | 3140 |
| |
3140 | 3141 |
| |
3141 | 3142 |
| |
|
0 commit comments
Comments
(0)