You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Add missing FUNCTION_TEST*() macros.
This commit is contained in:
@ -241,6 +241,10 @@ cryptoHashNew(const String *type)
|
||||
IoFilter *
|
||||
cryptoHashNewPack(const Pack *const paramList)
|
||||
{
|
||||
FUNCTION_TEST_BEGIN();
|
||||
FUNCTION_TEST_PARAM(PACK, paramList);
|
||||
FUNCTION_TEST_END();
|
||||
|
||||
IoFilter *result = NULL;
|
||||
|
||||
MEM_CONTEXT_TEMP_BEGIN()
|
||||
@ -249,7 +253,7 @@ cryptoHashNewPack(const Pack *const paramList)
|
||||
}
|
||||
MEM_CONTEXT_TEMP_END();
|
||||
|
||||
return result;
|
||||
FUNCTION_TEST_RETURN(IO_FILTER, result);
|
||||
}
|
||||
|
||||
/**********************************************************************************************************************************/
|
||||
|
Reference in New Issue
Block a user