[pgpool-hackers: 1060] Re: [pgpool-committers: 2697] pgpool: Allow to run pgpool in debug mode in regression tests.

Tatsuo Ishii ishii at postgresql.org
Wed Sep 23 21:58:48 JST 2015


Hi pgpool hackers,

I have added new option "-d" to regress.sh and pgpool_setup.  With the
option given, pgpool daemon starts with -d, which produces lots of
debug info. This is especially useful if you want to examine failed
regression tests.

Enjoy,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

> Allow to run pgpool in debug mode in regression tests.
> 
> For this purpose, -d option is added to regress.sh, which exports an
> environment variable "PGPOOLDEBUG" being set to "true". Also -d option
> is added to pgpool_setup. If this option is given or the environment
> variable "PGPOOLDEBUG" is given and the value is "true", start.sh is
> created with -d option added to start up pgpool daemon.
> 
> Branch
> ------
> master
> 
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=426dd30114a72431df6751141db309ab0182a020
> 
> Modified Files
> --------------
> src/test/pgpool_setup          |   18 +++++++++++++-----
> src/test/regression/regress.sh |    7 +++++--
> 2 files changed, 18 insertions(+), 7 deletions(-)
> 
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers


More information about the pgpool-hackers mailing list