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:22:53 +0000 (13:22 +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-raw
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-slony
src/sample/pgpool.conf.sample-snapshot
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 c82991de6275a9bafa526b7ff94091d800c89cf0..2e729146ac5ded36350dcd95cd6f96aaf6b6f933 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 1921e72d7b19608c9f5c8adac1218cf7a040a51c..7a52ed3acfcc3a89cd11633c007ec9c51d0ad348 100644 (file)
@@ -804,7 +804,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 a9db0fcf274893cf610a37d0263aa48503e8672c..2a2f2a8e7039cb6dd28674052eb60167fa111d60 100644 (file)
@@ -848,7 +848,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 8ea8b0d837eb5a85f383ae2f434f92e0bf483f17..cdf186b735cb4e56b8ec26e26dad67bcd95152f1 100644 (file)
@@ -848,7 +848,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 4e3e866f4f80acff1b6c128fa4d623d7dd03e953..8863141ccf67d1c5e04850de65f2de167c3c1847 100644 (file)
@@ -847,7 +847,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 60609d3b4870a00597b85b33fb97862079b41ae8..63cebbc6695d7a744ea6e0af4044ea9ab8faa7f3 100644 (file)
@@ -830,7 +830,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 c5d8ae09f7fe676290b7268beaeb05d2692e54e5..faeb585a43134c92751be69a99ef70eb58d45b5b 100644 (file)
@@ -832,8 +832,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.