From c4a53ccb6d37293e53414b05b6c21326b565f284 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 3 Oct 2024 13:13:49 +0900 Subject: [PATCH] Doc: Fix typos in the documentation and sample configuration file. --- doc.ja/src/sgml/misc-config.sgml | 2 +- doc/src/sgml/misc-config.sgml | 2 +- src/sample/pgpool.conf.sample-stream | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.ja/src/sgml/misc-config.sgml b/doc.ja/src/sgml/misc-config.sgml index c5188dfe2..37dcf0b54 100644 --- a/doc.ja/src/sgml/misc-config.sgml +++ b/doc.ja/src/sgml/misc-config.sgml @@ -87,7 +87,7 @@ --> もし以下のようなメッセージがPgpool-IIログに頻繁に出る場合は、パフォーマンス向上のためrelcache_sizeを大きくしてください。 - "pool_search_relcache: cache replacement happened" + "pool_search_relcache: cache replacement occurred" diff --git a/doc/src/sgml/misc-config.sgml b/doc/src/sgml/misc-config.sgml index 39fce7999..eb48b99f7 100644 --- a/doc/src/sgml/misc-config.sgml +++ b/doc/src/sgml/misc-config.sgml @@ -57,7 +57,7 @@ Pgpool-II log, you may need to increase the relcache_size for better performance. - "pool_search_relcache: cache replacement happened" + "pool_search_relcache: cache replacement occurred" diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream index b2f672759..dd406a84b 100644 --- a/src/sample/pgpool.conf.sample-stream +++ b/src/sample/pgpool.conf.sample-stream @@ -930,7 +930,7 @@ backend_clustering_mode = 'streaming_replication' #relcache_size = 256 # Number of relation cache # entry. If you see frequently: - # "pool_search_relcache: cache replacement happened" + # "pool_search_relcache: cache replacement occurred" # in the pgpool log, you might want to increase this number. #check_temp_table = catalog -- 2.39.5