Implement infrastructure for supporting per node health check parameters.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 20 Apr 2017 00:36:46 +0000 (09:36 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 20 Apr 2017 00:36:46 +0000 (09:36 +0900)
commit127e64fa52fe2ad2337eea5d55a0b8104f0a4df6
tree7cd268ce5f91961d77a9642616f897517eabba34
parent84469a9276672002b5e6f73665bdb4851e11db35
Implement infrastructure for supporting per node health check parameters.

Now pgpool main process forks health check process for each DB node.
Also autotools is now updated from 1.14 to 1.15.

TODO:
- Implement per node health check parameters.
23 files changed:
Makefile.in
aclocal.m4
configure
doc.ja/Makefile.in
doc.ja/src/Makefile.in
doc.ja/src/sgml/Makefile.in
doc/Makefile.in
doc/src/Makefile.in
doc/src/sgml/Makefile.in
src/Makefile.am
src/Makefile.in
src/include/Makefile.in
src/include/pool.h
src/libs/Makefile.in
src/libs/pcp/Makefile.in
src/main/health_check.c [new file with mode: 0644]
src/main/pgpool_main.c
src/parser/Makefile.in
src/protocol/pool_connection_pool.c
src/tools/Makefile.in
src/tools/pcp/Makefile.in
src/tools/pgmd5/Makefile.in
src/watchdog/Makefile.in