Doc: Fix typos in the documentation and sample configuration file.
authorBo Peng <[email protected]>
Thu, 3 Oct 2024 04:13:49 +0000 (13:13 +0900)
committerBo Peng <[email protected]>
Thu, 3 Oct 2024 04:23:37 +0000 (13:23 +0900)
doc.ja/src/sgml/misc-config.sgml
doc/src/sgml/misc-config.sgml
src/sample/pgpool.conf.sample-logical
src/sample/pgpool.conf.sample-master-slave
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-stream

index bb5928c01b9a0ab6ff236c6d1206ad7bd40ba4a8..a0988bd9ab90b4dd96cc8b3687551d67d7dbbc15 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 86f2d91b8c9e132fde5c176259a666cdfa9ed11b..0c4233dbe57bb50ba6e7ebf5a0c0396f7bad7601 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 0458c383e859b92e06da8d61959cbe2611362377..94d5768d3b3fd5a40b7e5184bf447a6ddd3c5a6e 100644 (file)
@@ -744,7 +744,7 @@ relcache_expire = 0
 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 increate this number.
 
 check_temp_table = catalog
index 4b46921c55a2de6fe4ae71bcc6fe22365f4abd08..cad43f07547e579895be4f84feacfb67c60613e6 100644 (file)
@@ -761,7 +761,7 @@ relcache_expire = 0
 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 increate this number.
 
 check_temp_table = catalog
index c36ac56bb5019710604f5cc086fb8daff2846b80..b4e3cdcf151aaba64d7e126869493ec895a390d5 100644 (file)
@@ -763,7 +763,7 @@ relcache_expire = 0
 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 increate this number.
 
 check_temp_table = catalog
index 4deeba05be5d415c159e7739aa8cad3c4ca277e9..105977f519742732be14f72e0bc90f7dc07c5835 100644 (file)
@@ -763,8 +763,8 @@ relcache_expire = 0
 relcache_size = 256
                                    # Number of relation cache
                                    # entry. If you see frequently:
-                                   # "pool_search_relcache: cache replacement happened"
-                                   # in the pgpool log, you might want to increate this number.
+                                   # "pool_search_relcache: cache replacement occurred"
+                                   # in the pgpool log, you might want to increase this number.
 
 check_temp_table = catalog
                                    # Temporary table check method. catalog, trace or none.