Doc: Fix typos in the documentation and sample configuration file.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 3 Oct 2024 04:13:49 +0000 (13:13 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 3 Oct 2024 04:15:54 +0000 (13:15 +0900)
doc.ja/src/sgml/misc-config.sgml
doc/src/sgml/misc-config.sgml
src/sample/pgpool.conf.sample-stream

index c5188dfe2b463a4df6906f0c7800308981775c5c..37dcf0b545792e8a0b6b20edf1cd29c709e50178 100644 (file)
@@ -87,7 +87,7 @@
       -->
       もし以下のようなメッセージが<productname>Pgpool-II</productname>ログに頻繁に出る場合は、パフォーマンス向上のため<varname>relcache_size</varname>を大きくしてください。
       <programlisting>
-       "pool_search_relcache: cache replacement happened"
+       "pool_search_relcache: cache replacement occurred"
       </programlisting>
      </para>
     </note>
index 39fce7999e1a2fad2585aaa7d9e79b960906deae..eb48b99f7684efa865f8b3072c27e998fe829e05 100644 (file)
@@ -57,7 +57,7 @@
       <productname>Pgpool-II</productname> log, you may need to
       increase the <varname>relcache_size</varname> for better performance.
       <programlisting>
-       "pool_search_relcache: cache replacement happened"
+       "pool_search_relcache: cache replacement occurred"
       </programlisting>
      </para>
     </note>
index b2f672759f5d3a0cdf05880e8cd557df2262eb18..dd406a84b4b20475d91c9ebc9030513b44409a6b 100644 (file)
@@ -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