Change compile time default of log_standby_delay from 'none' to 'if_over_threshold'.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 8 Oct 2021 01:55:53 +0000 (10:55 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Fri, 8 Oct 2021 01:55:53 +0000 (10:55 +0900)
commit2ec5d9f30abf4e88599664b5b8442e6b8e44ccb4
tree0a9787ec331d6e21c7f6d20f97873873467f194b
parent8a48c4dce4211439157b4c2100aba7848a3c9632
Change compile time default of log_standby_delay from 'none' to 'if_over_threshold'.

Before the compile time default was 'none' but the default value of
sample pgpool.conf was 'if_over_threshold'. Since 'if_over_threshold'
is more useful for most users, change the compile time default to
'if_over_threshold' as well.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2021-October/004035.html
doc.ja/src/sgml/stream-check.sgml
doc/src/sgml/stream-check.sgml
src/config/pool_config_variables.c