summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiyuki Asaba2008-03-14 07:01:32 +0000
committerYoshiyuki Asaba2008-03-14 07:01:32 +0000
commit3eabdb2949ccabc19958f85c1cda65adf732f0c7 (patch)
treee2d4853a01febfba802be9442febbe81aee82ec6
parente380a2143e337d85316f1bf4d122b6c020a6b9f7 (diff)
Remove replication_timeout.
-rw-r--r--doc/en/pgconfig.html6
-rw-r--r--doc/ja/pgconfig.html6
2 files changed, 0 insertions, 12 deletions
diff --git a/doc/en/pgconfig.html b/doc/en/pgconfig.html
index 4b6110d..6325731 100644
--- a/doc/en/pgconfig.html
+++ b/doc/en/pgconfig.html
@@ -273,12 +273,6 @@ Number of connection pools each pgpool server process are keeping. pgpool will m
</td>
</tr>
<tr>
- <th><label>In non strict replication mode, there will be a chance of deadlock</label>
- <br>replication_timeout (integer)</th>
- <td>In non strict replication mode, there will be a chance of deadlock. pgpool will abort the session if master or secondary does not respond within this milli seconds. if set to 0, timeout is disabled.</td>
-
- </tr>
- <tr>
<th><label>Stop replication mode on data mismatch between master and secondary</label>
<br>replication_stop_on_mismatch</th>
<td>Stop replication mode on data mismatch between master and secondary. Default is false.</td>
diff --git a/doc/ja/pgconfig.html b/doc/ja/pgconfig.html
index 20d4a51..71cf867 100644
--- a/doc/ja/pgconfig.html
+++ b/doc/ja/pgconfig.html
@@ -291,12 +291,6 @@ TCP/IPコネクションを受け付けるアドレスをホスト名またはIP
<br>replication_mode</th>
<td>レプリケーションモードで動作させる場合はtrueを指定してください。デフォルト値はfalseです。</td>
</tr>
- <tr>
- <th><label>デッドロックを監視するためのタイムアウト時間</label>
- <br>replication_timeout (integer)</th>
-
- <td>replication_strictがfalseのときにデッドロックを監視するためのタイムアウト時間をミリ秒単位で指定します。デフォルト値は5000、すなわち5秒です。0を指定するとタイムアウトしなくなります。</td>
- </tr>
<tr>
<th><label>true ならば SELECT をレプリケーションし、false ならばマスタにのみ送信</label>