postgresql/src/backend
Fujii Masao 84007043fc Rename wait event WalrcvExit to WalReceiverExit.
Commit de829ddf23 added wait event WalrcvExit. But its name is not
consistent with other wait events like WalReceiverMain or
WalReceiverWaitStart, etc. So this commit renames WalrcvExit to
WalReceiverExit.

Author: Fujii Masao
Reviewed-by: Thomas Munro
Discussion: https://postgr.es/m/cced9995-8fa2-7b22-9d91-3f22a2b8c23c@oss.nttdata.com
2021-03-24 10:37:54 +09:00
..
access Reword slightly logs generated for index stats in autovacuum 2021-03-24 09:36:03 +09:00
bootstrap Allow composite types in catalog bootstrap 2021-03-24 00:47:52 +01:00
catalog Log when GetNewOidWithIndex() fails to find unused OID many times. 2021-03-24 10:36:56 +09:00
commands Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
executor
foreign
jit
lib
libpq Fix memory leak when rejecting bogus DH parameters. 2021-03-20 12:47:21 -04:00
main
nodes Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
optimizer Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
parser Use lfirst_int in cmp_list_len_contents_asc 2021-03-20 00:04:25 +01:00
partitioning
po
port
postmaster Rename wait event WalrcvExit to WalReceiverExit. 2021-03-24 10:37:54 +09:00
regex
replication Rename wait event WalrcvExit to WalReceiverExit. 2021-03-24 10:37:54 +09:00
rewrite
snowball
statistics Use correct spelling of statistics kind 2021-03-23 05:01:35 +01:00
storage Fix concurrency issues with WAL segment recycling on Windows 2021-03-22 14:02:26 +09:00
tcop
tsearch
utils Add bit_count SQL function 2021-03-23 10:13:58 +01:00
.gitignore
common.mk
Makefile
nls.mk