[pgpool-committers: 6810] pgpool: Adding log collector

Muhammad Usama m.usama at gmail.com
Sat Jun 27 04:32:40 JST 2020


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.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=35037bcd837472f04b92008362db7f3cefa88bec
Author: Muhammad Usama <m.usama at HighGo.ca>

Modified Files
--------------
configure                                          |   85 ++
src/Makefile.am                                    |    1 +
src/Makefile.in                                    |   30 +-
src/config/pool_config_variables.c                 |   68 ++
src/include/main/pgpool_logger.h                   |   96 ++
src/include/pool.h                                 |    2 +
src/include/pool_config.h                          |    9 +
src/include/utils/timestamp.h                      |  214 ++++
src/libs/pcp/Makefile.in                           |    2 +-
src/main/main.c                                    |    2 +
src/main/pgpool_logger.c                           | 1176 ++++++++++++++++++++
src/main/pgpool_main.c                             |  216 ++--
src/main/pool_globals.c                            |    1 +
src/pcp_con/pcp_child.c                            |    1 +
src/sample/pgpool.conf.sample-logical              |   34 +-
src/sample/pgpool.conf.sample-raw                  |   42 +-
src/sample/pgpool.conf.sample-replication          |   34 +-
src/sample/pgpool.conf.sample-slony                |   44 +-
src/sample/pgpool.conf.sample-snapshot             |   44 +-
src/sample/pgpool.conf.sample-stream               |   33 +-
.../tests/010.rewrite_timestamp/timestamp/Makefile |    2 +
.../tests/010.rewrite_timestamp/timestamp/main.c   |    2 +-
src/tools/pcp/Makefile.in                          |   18 +-
src/utils/error/elog.c                             |   74 +-
src/watchdog/watchdog.c                            |    1 +
src/watchdog/wd_escalation.c                       |    2 +
src/watchdog/wd_heartbeat.c                        |    2 +
src/watchdog/wd_if.c                               |    1 +
src/watchdog/wd_lifecheck.c                        |    1 +
src/watchdog/wd_ping.c                             |    1 +
30 files changed, 2092 insertions(+), 146 deletions(-)



More information about the pgpool-committers mailing list