1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-05 04:30:41 +03:00

Make pgControlFromBuffer() static.

This function is no longer used externally.
This commit is contained in:
David Steele
2021-07-09 09:07:41 -04:00
parent 8bb0b28455
commit 3369440eef
2 changed files with 1 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ pgWalSegmentSizeCheck(unsigned int pgVersion, unsigned int walSegmentSize)
}
/**********************************************************************************************************************************/
PgControl
static PgControl
pgControlFromBuffer(const Buffer *controlFile)
{
FUNCTION_LOG_BEGIN(logLevelTrace);