You've already forked pgbackrest
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:
@@ -11006,7 +11006,7 @@
|
||||
<release-item-ideator id="stephen.frost"/>
|
||||
</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-bug-list>
|
||||
</release-core-list>
|
||||
|
||||
@@ -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
|
||||
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
|
||||
should not be used directly. They are included for completeness and future usage.
|
||||
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
|
||||
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
|
||||
// for logging calls that won't be output anywhere, but since the macro contains a branch it causes coverage problems.
|
||||
|
||||
@@ -644,7 +644,7 @@ sub pathGet
|
||||
my
|
||||
(
|
||||
$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
|
||||
) =
|
||||
logDebugParam
|
||||
|
||||
Reference in New Issue
Block a user