Skip to content

Commit c4a53cc

Browse files
committed
Doc: Fix typos in the documentation and sample configuration file.
1 parent bdbee93 commit c4a53cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc.ja/src/sgml/misc-config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
-->
8888
もし以下のようなメッセージが<productname>Pgpool-II</productname>ログに頻繁に出る場合は、パフォーマンス向上のため<varname>relcache_size</varname>を大きくしてください。
8989
<programlisting>
90-
"pool_search_relcache: cache replacement happened"
90+
"pool_search_relcache: cache replacement occurred"
9191
</programlisting>
9292
</para>
9393
</note>

doc/src/sgml/misc-config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<productname>Pgpool-II</productname> log, you may need to
5858
increase the <varname>relcache_size</varname> for better performance.
5959
<programlisting>
60-
"pool_search_relcache: cache replacement happened"
60+
"pool_search_relcache: cache replacement occurred"
6161
</programlisting>
6262
</para>
6363
</note>

src/sample/pgpool.conf.sample-stream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ backend_clustering_mode = 'streaming_replication'
930930
#relcache_size = 256
931931
# Number of relation cache
932932
# entry. If you see frequently:
933-
# "pool_search_relcache: cache replacement happened"
933+
# "pool_search_relcache: cache replacement occurred"
934934
# in the pgpool log, you might want to increase this number.
935935

936936
#check_temp_table = catalog

0 commit comments

Comments
 (0)