@@ -14,12 +14,12 @@ database
1414 # Pattern (regular expression) that defines what tables must be included into
1515 # replication. By default, all tables are replicated.
1616 #
17- # include_filter =
17+ # include_filter =
1818
1919 # Pattern (regular expression) that defines what tables must be excluded from
2020 # replication. By default, all tables are replicated.
2121 #
22- # exclude_filter =
22+ # exclude_filter =
2323
2424 # Boolean parameters describing how replication errors must be handled.
2525 #
@@ -42,20 +42,20 @@ database
4242
4343 # Directory to store replication journal files.
4444 #
45- # journal_directory =
45+ # journal_directory =
4646
4747 # Prefix for replication journal file names. It will be automatically suffixed
4848 # with an ordinal sequential number. If not specified, database filename
4949 # (without path) is used as a prefix.
5050 #
51- # journal_file_prefix =
51+ # journal_file_prefix =
5252
5353 # Maximum allowed size for a single replication segment.
5454 #
5555 # journal_segment_size = 16777216 # 16MB
5656
5757 # Maximum allowed number of full replication segments. Once this limit is reached,
58- # the replication process is temporarily delayed to allow the archiving to catch up.
58+ # the replication process is temporarily delayed to allow the archiving to catch up.
5959 # If any of the full segments is not archived during one minute,
6060 # the replication fails with an error.
6161 #
@@ -76,7 +76,7 @@ database
7676 # Directory to store archived replication segments.
7777 # It also defines the $(archpathname) substitution macro (see below).
7878 #
79- # journal_archive_directory =
79+ # journal_archive_directory =
8080
8181 # Program (complete command line with arguments) that is executed when some
8282 # replication segment gets full and needs archiving.
@@ -97,7 +97,7 @@ database
9797 # or
9898 # Windows: "copy $(pathname) $(archivepathname)"
9999 #
100- # journal_archive_command =
100+ # journal_archive_command =
101101
102102 # Timeout, in seconds, to wait until incomplete segment is scheduled for archiving.
103103 # It allows to minimize the replication gap if the database is modified rarely.
@@ -121,7 +121,7 @@ database
121121 #
122122 # Multiple entries are allowed (for different synchronous replicas).
123123 #
124- # sync_replica =
124+ # sync_replica =
125125
126126
127127 ### REPLICA SIDE SETTINGS
@@ -135,13 +135,13 @@ database
135135
136136 # Directory to search for the journal files to be replicated.
137137 #
138- # journal_source_directory =
138+ # journal_source_directory =
139139
140140 # Filter to limit replication to the particular source database (based on its GUID).
141141 # Expected format: "{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
142142 # Note that double quotes are mandatory, as well as curly braces.
143143 #
144- # source_guid =
144+ # source_guid =
145145
146146 # If enabled, replication.log contains the detailed log of operations performed
147147 # by the replication server. Otherwise (by default), only errors and warnings are logged.
0 commit comments