[pgpool-committers: 5458] pgpool: Fix configuration change timing regarding memory_cache_enabled.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Feb 15 16:04:03 JST 2019


Fix configuration change timing regarding memory_cache_enabled.

This parameter must not be changed after Pgpool-II start but it was
possible to change by reloading.

Branch
------
V3_6_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8ae3dfa99fb5f8c3307a325f8159331d5bc3e0b2

Modified Files
--------------
doc.ja/src/sgml/memcache.sgml              | 4 ++--
doc/src/sgml/memcache.sgml                 | 3 +--
src/config/pool_config_variables.c         | 2 +-
src/sample/pgpool.conf.sample              | 1 +
src/sample/pgpool.conf.sample-master-slave | 1 +
src/sample/pgpool.conf.sample-replication  | 1 +
src/sample/pgpool.conf.sample-stream       | 1 +
7 files changed, 8 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list