Home
last modified time | relevance | path

Searched refs:infoBackupNew (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DcheckTest.c505 …InfoBackup *backupInfo = infoBackupNew(PG_VERSION_96, 6569239123849665679, hrnPgCatalogVersion(PG_… in testRun()
513 …backupInfo = infoBackupNew(PG_VERSION_96, 6569239123849665999, hrnPgCatalogVersion(PG_VERSION_96),… in testRun()
526 …backupInfo = infoBackupNew(PG_VERSION_95, 6569239123849665999, hrnPgCatalogVersion(PG_VERSION_95),… in testRun()
539 …backupInfo = infoBackupNew(PG_VERSION_95, 6569239123849665679, hrnPgCatalogVersion(PG_VERSION_95),… in testRun()
H A DbackupTest.c926 …backupInit(infoBackupNew(PG_VERSION_91, 1000000000000000910, hrnPgCatalogVersion(PG_VERSION_91), N… in testRun()
947 …backupInit(infoBackupNew(PG_VERSION_92, 1000000000000000920, hrnPgCatalogVersion(PG_VERSION_92), N… in testRun()
971 …backupInit(infoBackupNew(PG_VERSION_11, 1000000000000001100, hrnPgCatalogVersion(PG_VERSION_11), N… in testRun()
976 …backupInit(infoBackupNew(PG_VERSION_10, 1000000000000001100, hrnPgCatalogVersion(PG_VERSION_10), N… in testRun()
999 …backupInit(infoBackupNew(PG_VERSION_83, 1000000000000000830, hrnPgCatalogVersion(PG_VERSION_83), N… in testRun()
1023 …backupInit(infoBackupNew(PG_VERSION_84, 1000000000000000840, hrnPgCatalogVersion(PG_VERSION_84), N… in testRun()
1054 …dbFree(backupInit(infoBackupNew(PG_VERSION_93, PG_VERSION_93, hrnPgCatalogVersion(PG_VERSION_93), … in testRun()
1086 …dbFree(backupInit(infoBackupNew(PG_VERSION_93, PG_VERSION_93, hrnPgCatalogVersion(PG_VERSION_93), … in testRun()
1104 …dbFree(backupInit(infoBackupNew(PG_VERSION_93, PG_VERSION_93, hrnPgCatalogVersion(PG_VERSION_93), … in testRun()
1147 infoBackupNew(PG_VERSION_93, PG_VERSION_93, hrnPgCatalogVersion(PG_VERSION_93), NULL)); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/info/
H A DinfoBackupTest.c68 …infoBackup, infoBackupNew(PG_VERSION_94, 6569239123849665679, hrnPgCatalogVersion(PG_VERSION_94), … in testRun()
83 infoBackupNew( in testRun()
821 …InfoBackup *infoBackup = infoBackupNew(PG_VERSION_10, 6569239123849665999, hrnPgCatalogVersion(PG_… in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/stanza/
H A Dcreate.c89 …infoBackup = infoBackupNew(pgControl.version, pgControl.systemId, pgControl.catalogVersion, cipher… in cmdStanzaCreate()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A DinfoBackup.h73 InfoBackup *infoBackupNew(unsigned int pgVersion, uint64_t pgSystemId, unsigned int pgCatalogVersio…
H A DinfoBackup.c90 infoBackupNew(unsigned int pgVersion, uint64_t pgSystemId, unsigned int pgCatalogVersion, const Str… in infoBackupNew() function