aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-07-12 14:28:28 +0900
committerMichael Paquier <michael@paquier.xyz>2018-07-12 14:28:28 +0900
commitedc6b41bd4a80ea6aebacbd86ebe7c3a01939789 (patch)
tree6f0a50cd1daded9c544ecac3f6379b1d77f642ae /src/backend/executor/nodeModifyTable.c
parent6551f3daa2567ea9b2ded9b467aa9d876cc4e77f (diff)
downloadpostgresql-edc6b41bd4a80ea6aebacbd86ebe7c3a01939789.tar.gz
postgresql-edc6b41bd4a80ea6aebacbd86ebe7c3a01939789.zip
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
When it comes to SELECT ... FOR or LOCK, NOWAIT means to not wait for something to happen, and issue an error. SKIP LOCKED means to not wait for something to happen but to move on without issuing an error. The internal option of autovacuum and autoanalyze mentioned above, used only when wraparound is not involved was named NOWAIT, but behaves like SKIP LOCKED which is confusing. Author: Nathan Bossart Discussion: https://postgr.es/m/20180307050345.GA3095@paquier.xyz
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions