1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Update comments missed in 5aa458ff.

This commit is contained in:
David Steele 2018-09-12 18:14:23 -04:00
parent 5aa458ffae
commit 1fb9fe7026
11 changed files with 11 additions and 11 deletions

View File

@ -124,7 +124,7 @@ ioBufferFilter(const IoBuffer *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
ioBufferToLog(const IoBuffer *this)

View File

@ -402,7 +402,7 @@ ioFilterGroupResult(const IoFilterGroup *this, const String *filterType)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
ioFilterGroupToLog(const IoFilterGroup *this)

View File

@ -82,7 +82,7 @@ ioSizeFilter(const IoSize *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
ioSizeToLog(const IoSize *this)

View File

@ -399,7 +399,7 @@ bufUsedZero(Buffer *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
bufToLog(const Buffer *this)

View File

@ -174,7 +174,7 @@ lstSort(List *this, int (*comparator)(const void *, const void*))
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
lstToLog(const List *this)

View File

@ -731,7 +731,7 @@ size_t strObjToLog(const void *object, StrObjToLogFormat formatFunc, char *buffe
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
strToLog(const String *this)

View File

@ -518,7 +518,7 @@ strLstSort(StringList *this, SortOrder sortOrder)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
strLstToLog(const StringList *this)

View File

@ -175,7 +175,7 @@ gzipCompressInputSame(const GzipCompress *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
gzipCompressToLog(const GzipCompress *this)

View File

@ -150,7 +150,7 @@ gzipDecompressInputSame(const GzipDecompress *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
gzipDecompressToLog(const GzipDecompress *this)

View File

@ -214,7 +214,7 @@ infoPgDataTotal(const InfoPg *this)
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
infoPgDataToLog(const InfoPgData *this)

View File

@ -618,7 +618,7 @@ storageRemove(const Storage *this, const String *fileExp, StorageRemoveParam par
}
/***********************************************************************************************************************************
Convert to a zero-terminated string for logging
Render as string for logging
***********************************************************************************************************************************/
String *
storageToLog(const Storage *this)