[pgpool-hackers: 3891] Re: [pgpool-committers: 7648] pgpool: Add new option to pgpool_setup.

Tatsuo Ishii ishii at sraoss.co.jp
Sun May 2 19:41:37 JST 2021


I have added new option "-e" to pgpool_setup.  The intention is
explained in the commit message below. This change is mostly for
watchdog_setup. This is truly for speeding up watchdog_setup and I
don't feel I need to back patch to stable branches.

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

From: Tatsuo Ishii <ishii at sraoss.co.jp>
Subject: [pgpool-committers: 7648] pgpool: Add new option to pgpool_setup.
Date: Sun, 02 May 2021 10:29:16 +0000
Message-ID: <E1ld9Lg-0000QC-22 at gothos.postgresql.org>

> Add new option to pgpool_setup.
> 
> Add new option "-e" which omits to create PostgreSQL database
> clusters.  This is option is intended to be used by watchdog_setup.
> watchdog_setup needs to creates set of PostgreSQL database clusters
> for each Pgpool-II node.  Actually it created identical database
> clusters for each Pgpool-II node then replaced them with symlink to
> pgpool node 0. This is waste of time. Now watchdog_setup invokes
> pgpool_setup using "-e" option and for pgpool node 1 and so on to save
> time and resource.
> 
> Branch
> ------
> master
> 
> Details
> -------
> https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ea02081f01a77ff82f06c245a1f1065549dc58a2
> 
> Modified Files
> --------------
> doc.ja/src/sgml/ref/pgpool_setup.sgml |  15 ++
> doc/src/sgml/ref/pgpool_setup.sgml    |  12 +
> src/test/pgpool_setup.in              | 400 +++++++++++++++++++---------------
> src/test/watchdog_setup.in            |   8 +-
> 4 files changed, 255 insertions(+), 180 deletions(-)
> 


More information about the pgpool-hackers mailing list