[pgpool-committers: 2178] pgpool: The patch adds ability to print pgpool-II process names in the

Muhammad Usama m.usama at gmail.com
Sat Oct 4 01:50:15 JST 2014


The patch adds ability to print pgpool-II process names in the log output and also the
new configuration parameter "log_line_prefix", which is the printf-style string
that is output at the beginning of each log line. Addition of log_line_prefix
obsoletes the "print_timestamp" and "print_user" configurations are are removed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bf2b81c47b21a972b84f534b392422f65b9c1a06

Modified Files
--------------
doc/pgpool-en.html                         |   28 ++-
src/config/pool_config.c                   |   63 ++++---
src/config/pool_config.l                   |   42 ++---
src/include/pool_config.h                  |    3 +-
src/protocol/child.c                       |   10 +-
src/sample/pgpool.conf.sample              |    8 +-
src/sample/pgpool.conf.sample-master-slave |    8 +-
src/sample/pgpool.conf.sample-replication  |    8 +-
src/sample/pgpool.conf.sample-stream       |    8 +-
src/tools/pgmd5/pool_config.c              |   42 ++---
src/utils/error/elog.c                     |  260 ++++++++++++++++++++++++++--
src/utils/pool_process_reporting.c         |   11 +-
src/watchdog/test/stab.c                   |    6 +-
13 files changed, 377 insertions(+), 120 deletions(-)



More information about the pgpool-committers mailing list