Adding log collector
authorMuhammad Usama <m.usama@HighGo.ca>
Fri, 26 Jun 2020 19:08:24 +0000 (00:08 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Fri, 26 Jun 2020 19:14:03 +0000 (00:14 +0500)
commit35037bcd837472f04b92008362db7f3cefa88bec
tree85fbe3223a6ff1a08efc3ab1358491c7a4d2d04c
parentb7ac3f76ad10e46fd6c0377e1bb04facc7a5ceed
Adding log collector

Molding the syslogger of PostgreSQL to work with
Pgpool-II so that we can have log rotation

Documentation updates will follow soon.
30 files changed:
configure
src/Makefile.am
src/Makefile.in
src/config/pool_config_variables.c
src/include/main/pgpool_logger.h [new file with mode: 0644]
src/include/pool.h
src/include/pool_config.h
src/include/utils/timestamp.h [new file with mode: 0644]
src/libs/pcp/Makefile.in
src/main/main.c
src/main/pgpool_logger.c [new file with mode: 0644]
src/main/pgpool_main.c
src/main/pool_globals.c
src/pcp_con/pcp_child.c
src/sample/pgpool.conf.sample-logical
src/sample/pgpool.conf.sample-raw
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-slony
src/sample/pgpool.conf.sample-snapshot
src/sample/pgpool.conf.sample-stream
src/test/regression/tests/010.rewrite_timestamp/timestamp/Makefile
src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c
src/tools/pcp/Makefile.in
src/utils/error/elog.c
src/watchdog/watchdog.c
src/watchdog/wd_escalation.c
src/watchdog/wd_heartbeat.c
src/watchdog/wd_if.c
src/watchdog/wd_lifecheck.c
src/watchdog/wd_ping.c