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

Tatsuo Ishii ishii at sraoss.co.jp
Sun May 2 19:29:16 JST 2021


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-committers mailing list