You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-05 00:28:52 +02:00
Remove pgPath parameter from pgControlFromFile().
In practice this function is always used with storagePg*() so pgPath is known.
This commit is contained in:
@ -93,7 +93,7 @@ typedef struct PgWal
|
||||
Functions
|
||||
***********************************************************************************************************************************/
|
||||
uint32_t pgCatalogVersion(unsigned int pgVersion);
|
||||
PgControl pgControlFromFile(const Storage *storage, const String *pgPath);
|
||||
PgControl pgControlFromFile(const Storage *storage);
|
||||
PgControl pgControlFromBuffer(const Buffer *controlFile);
|
||||
uint32_t pgControlVersion(unsigned int pgVersion);
|
||||
unsigned int pgVersionFromStr(const String *version);
|
||||
|
Reference in New Issue
Block a user