postgresql/src
Fujii Masao 64638ccba3 Report waiting via PS while recovery is waiting for buffer pin in hot standby.
Previously while the startup process was waiting for the recovery conflict
with snapshot, tablespace or lock to be resolved, waiting was reported in
PS display, but not in the case of recovery conflict with buffer pin.
This commit makes the startup process in hot standby report waiting via PS
while waiting for the conflicts with other backends holding buffer pins to
be resolved.

Author: Masahiko Sawada
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CA+fd4k4mXWTwfQLS3RPwGr4xnfAEs1ysFfgYHvmmoUgv6Zxvmg@mail.gmail.com
2020-03-30 17:35:03 +09:00
..
backend Report waiting via PS while recovery is waiting for buffer pin in hot standby. 2020-03-30 17:35:03 +09:00
bin Enable Unix-domain sockets support on Windows 2020-03-28 15:01:01 +01:00
common Add support for other normal forms to Unicode normalization API 2020-03-24 10:02:46 +01:00
fe_utils Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
include Improve handling of parameter differences in physical replication 2020-03-30 09:53:45 +02:00
interfaces Fix issues around .pgpass file. 2020-03-05 13:00:38 +09:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Rearrange validity checks for plpgsql "simple" expressions. 2020-03-27 14:47:34 -04:00
port Fix our getopt_long's behavior for a command line argument of just "-". 2020-03-23 11:58:00 -04:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test pg_regress: Observe TMPDIR 2020-03-29 09:25:40 +02:00
timezone Require stdint.h 2020-02-21 09:20:32 +01:00
tools Introduce vacuum errcontext to display additional information. 2020-03-30 07:33:38 +05:30
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
Makefile.shlib Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00