mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Update comments missed in 5aa458ff
.
This commit is contained in:
parent
5aa458ffae
commit
1fb9fe7026
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user