1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fix "that that" typos.

This commit is contained in:
David Steele
2022-05-11 08:46:23 -04:00
parent c4f7edef2b
commit 8ee85bc605
3 changed files with 4 additions and 4 deletions

View File

@@ -11006,7 +11006,7 @@
<release-item-ideator id="stephen.frost"/> <release-item-ideator id="stephen.frost"/>
</release-item-contributor-list> </release-item-contributor-list>
<p>The <cmd>archive-get</cmd> command now returns a 1 when the archive file is missing to differentiate from hard errors (ssh connection failure, file copy error, etc.) This lets <postgres/> know that that the archive stream has terminated normally. However, this does not take into account possible holes in the archive stream.</p> <p>The <cmd>archive-get</cmd> command now returns a 1 when the archive file is missing to differentiate from hard errors (ssh connection failure, file copy error, etc.) This lets <postgres/> know that the archive stream has terminated normally. However, this does not take into account possible holes in the archive stream.</p>
</release-item> </release-item>
</release-bug-list> </release-bug-list>
</release-core-list> </release-core-list>

View File

@@ -46,8 +46,8 @@ Macros
Macros only call logInternal()/logInternalFmt() if the message will be logged to one of the available outputs. Also simplify each Macros only call logInternal()/logInternalFmt() if the message will be logged to one of the available outputs. Also simplify each
call site by supplying commonly-used values. call site by supplying commonly-used values.
Note that it's possible that that not all the macros below will appear in the code. In particular the ERROR and ASSERT macros Note that it's possible that not all the macros below will appear in the code. In particular the ERROR and ASSERT macros should not
should not be used directly. They are included for completeness and future usage. be used directly. They are included for completeness and future usage.
***********************************************************************************************************************************/ ***********************************************************************************************************************************/
// Define a macro to test logAny() that can be removed when performing coverage testing. Checking logAny() saves a function call // Define a macro to test logAny() that can be removed when performing coverage testing. Checking logAny() saves a function call
// for logging calls that won't be output anywhere, but since the macro contains a branch it causes coverage problems. // for logging calls that won't be output anywhere, but since the macro contains a branch it causes coverage problems.

View File

@@ -644,7 +644,7 @@ sub pathGet
my my
( (
$strOperation, $strOperation,
$strPathExp, # File that that needs to be translated to a path $strPathExp, # File that needs to be translated to a path
$bTemp, # Return the temp file name $bTemp, # Return the temp file name
) = ) =
logDebugParam logDebugParam