1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Fix instances of "of of".

This commit is contained in:
albertchae
2025-03-31 12:18:29 -07:00
committed by GitHub
parent b28ae98cec
commit dcfe30e322
4 changed files with 20 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
</release-item>
<release-item>
<p>Disable <id>-Wclobber</id> compiler warning because it is mostly useless but keep the rest of of <id>-Wextra</id>.</p>
<p>Disable <id>-Wclobber</id> compiler warning because it is mostly useless but keep the rest of <id>-Wextra</id>.</p>
</release-item>
</release-development-list>
</release-core-list>

View File

@@ -265,6 +265,19 @@
<p>Update <setting>unix_socket_directory</setting> to <setting>unix_socket_directories</setting>.</p>
</release-item>
</release-improvement-list>
<release-development-list>
<release-item>
<github-pull-request id="2585"/>
<release-item-contributor-list>
<release-item-contributor id="albert.chae"/>
<release-item-reviewer id="david.steele"/>
</release-item-contributor-list>
<p>Fix instances of <quote>of of</quote>.</p>
</release-item>
</release-development-list>
</release-doc-list>
<release-test-list>

View File

@@ -40,6 +40,11 @@
<contributor-id type="github">ahmed112212</contributor-id>
</contributor>
<contributor id="albert.chae">
<contributor-name-display>Albert Chae</contributor-name-display>
<contributor-id type="github">albertchae</contributor-id>
</contributor>
<contributor id="aleksander.lukasz">
<contributor-name-display>Aleksander &amp;Lstrok;ukasz</contributor-name-display>
<contributor-id type="github">aflukasz</contributor-id>

View File

@@ -1417,7 +1417,7 @@
<list-item><br-option>repo-bundle</br-option> - combines small files during backup to save space and improve the speed of both the <cmd>backup</cmd> and <cmd>restore</cmd> commands, especially on object stores such as S3. The <br-option>repo-bundle</br-option> option was introduced in <link url="release.html#2.39">v2.39</link>. See <link section="/backup/bundle">File Bundling</link> for more details.</list-item>
<list-item><br-option>repo-block</br-option> - stores only the portions of of files that have changed rather than the entire file during <id>diff</id>/<id>incr</id> <cmd>backup</cmd>. This saves space and increases the speed of the <cmd>backup</cmd>. The <br-option>repo-block</br-option> option was introduced in <link url="release.html#2.46">v2.46</link> but at least <link url="release.html#2.52.1">v2.52.1</link> is recommended. See <link section="/backup/block">Block Incremental</link> for more details.</list-item>
<list-item><br-option>repo-block</br-option> - stores only the portions of files that have changed rather than the entire file during <id>diff</id>/<id>incr</id> <cmd>backup</cmd>. This saves space and increases the speed of the <cmd>backup</cmd>. The <br-option>repo-block</br-option> option was introduced in <link url="release.html#2.46">v2.46</link> but at least <link url="release.html#2.52.1">v2.52.1</link> is recommended. See <link section="/backup/block">Block Incremental</link> for more details.</list-item>
</list>
<p>There are other performance options that are not enabled by default because they require additional configuration or because the default is safe (but not optimal). These options are available in all v2 versions of <backrest/>.</p>