[Groonga-commit] pgroonga/pgroonga.github.io at cbfe6a4 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 16 12:00:40 JST 2016


Kouhei Sutou	2016-12-16 12:00:40 +0900 (Fri, 16 Dec 2016)

  New Revision: cbfe6a4f44d59099d05e45fac08dfe4b271c0571
  https://github.com/pgroonga/pgroonga.github.io/commit/cbfe6a4f44d59099d05e45fac08dfe4b271c0571

  Message:
    Fix a typo

  Modified files:
    _po/ja/reference/replication.po
    ja/reference/replication.md
    reference/replication.md

  Modified: _po/ja/reference/replication.po (+2 -2)
===================================================================
--- _po/ja/reference/replication.po    2016-12-16 11:37:40 +0900 (6b58ad7)
+++ _po/ja/reference/replication.po    2016-12-16 12:00:40 +0900 (9c8cc3b)
@@ -289,7 +289,7 @@ msgid ""
 "```text\n"
 "#listen_address = 'localhost'\n"
 "#wal_level = minimal\n"
-"#wal_wal_senders = 0\n"
+"#max_wal_senders = 0\n"
 "```"
 msgstr ""
 
@@ -300,7 +300,7 @@ msgid ""
 "```text\n"
 "listen_address = '*'\n"
 "wal_level = replica\n"
-"wal_wal_senders = 4\n"
+"max_wal_senders = 4\n"
 "```"
 msgstr ""
 

  Modified: ja/reference/replication.md (+2 -2)
===================================================================
--- ja/reference/replication.md    2016-12-16 11:37:40 +0900 (6f3eef8)
+++ ja/reference/replication.md    2016-12-16 12:00:40 +0900 (f32fa57)
@@ -156,7 +156,7 @@ PostgreSQL組み込みのWALベースのストリーミングレプリケーシ
 ```text
 #listen_address = 'localhost'
 #wal_level = minimal
-#wal_wal_senders = 0
+#max_wal_senders = 0
 ```
 
 変更後:
@@ -164,7 +164,7 @@ PostgreSQL組み込みのWALベースのストリーミングレプリケーシ
 ```text
 listen_address = '*'
 wal_level = replica
-wal_wal_senders = 4
+max_wal_senders = 4
 ```
 
 マスターでだけ以下のストリーミングレプリケーション用の設定を`pg_hba.conf`に追加します。

  Modified: reference/replication.md (+2 -2)
===================================================================
--- reference/replication.md    2016-12-16 11:37:40 +0900 (15a846e)
+++ reference/replication.md    2016-12-16 12:00:40 +0900 (2a18c03)
@@ -156,7 +156,7 @@ Before:
 ```text
 #listen_address = 'localhost'
 #wal_level = minimal
-#wal_wal_senders = 0
+#max_wal_senders = 0
 ```
 
 After:
@@ -164,7 +164,7 @@ After:
 ```text
 listen_address = '*'
 wal_level = replica
-wal_wal_senders = 4
+max_wal_senders = 4
 ```
 
 Add the following streaming replication configurations to `pg_hba.conf` on only master:
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index