postgresql/src
Michael Paquier edc6b41bd4 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
2018-07-12 14:28:28 +09:00
..
backend Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED 2018-07-12 14:28:28 +09:00
bin Remove dynamic_shared_memory_type=none 2018-07-10 18:35:24 +02:00
common Fix more wrong paths in header comments 2018-07-11 17:57:04 +03:00
fe_utils
include Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED 2018-07-12 14:28:28 +09:00
interfaces Fix more wrong paths in header comments 2018-07-11 17:57:04 +03:00
makefiles
pl Fix assert in nested SQL procedure call 2018-07-06 23:25:44 +02:00
port Rethink how to get float.h in old Windows API for isnan/isinf 2018-07-11 09:11:48 -04:00
template
test Make logical WAL sender report streaming state appropriately 2018-07-12 10:19:35 +09:00
timezone Update time zone data files to tzdata release 2018e. 2018-05-09 13:56:22 -04:00
tools Use more modern instructions for creating a new dev cycle 2018-07-01 07:55:05 -04:00
tutorial
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in
Makefile.shlib
nls-global.mk