[pgpool-committers: 8042] pgpool: Fix some compile time default values.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Sep 28 19:56:01 JST 2021


Fix some compile time default values.

Some of default values defined in src/config/pool_config_variable.c
were different from what the documentation expects. Namely:

insert_lock (changed from "true" to "false")
clear_memqcache_on_escalation (changed from "false" to "true")
wd_lifecheck_dbname (changed from "postgres" to "template1")
listen_backlog_multiplier (changed from "32" to "2")
authentication_timeout (changed from "0" to "60")

Branch
------
master

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

Modified Files
--------------
src/config/pool_config_variables.c | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list