Home
last modified time | relevance | path

Searched refs:manifestPathPg (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dmanifest.c459 strZ(manifestPathPg(target1->name)), strZ(manifestTargetPath(this, target1))); in manifestLinkCheckOne()
489 … strZ(manifestPathPg(target1->name)), strZ(manifestTargetPath(this, target1)), in manifestLinkCheckOne()
490 … strZ(manifestPathPg(target2->name)), strZ(manifestTargetPath(this, target2))); in manifestLinkCheckOne()
524 … strZ(manifestPathPg(target1->name)), strZ(manifestTargetPath(this, target1)), in manifestLinkCheckOne()
525 … strZ(manifestPathPg(target2->name)), strZ(manifestTargetPath(this, target2))); in manifestLinkCheckOne()
549 … strZ(manifestPathPg(target2->name)), strZ(manifestTargetPath(this, target2)), in manifestLinkCheckOne()
550 … strZ(manifestPathPg(target1->name)), strZ(manifestTargetPath(this, target1))); in manifestLinkCheckOne()
1382 strZ(manifestPathPg(file->name))); in manifestBuildIncr()
1393 strZ(manifestPathPg(file->name))); in manifestBuildIncr()
2782 manifestPathPg(const String *manifestPath) in manifestPathPg() function
[all …]
H A Dmanifest.h341 String *manifestPathPg(const String *manifestPath);
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/restore/
H A Drestore.c1185 const String *pgPath = storagePathP(storagePg(), manifestPathPg(link->name)); in restoreCleanBuild()
1202 const String *pgPath = storagePathP(storagePg(), manifestPathPg(path->name)); in restoreCleanBuild()
1222 const String *pgPath = storagePathP(storagePg(), manifestPathPg(link->name)); in restoreCleanBuild()
1987 … = strNewFmt("%s/%s", strZ(manifestTargetBase(manifest)->path), strZ(manifestPathPg(manifestName))… in restoreFilePgPath()
2328 const String *pgPath = storagePathP(storagePg(), manifestPathPg(manifestName)); in cmdRestore()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/info/
H A DmanifestTest.c1784 TEST_RESULT_STR_Z(manifestPathPg(STRDEF("pg_data")), NULL, "check pg_data path"); in testRun()
1785 …TEST_RESULT_STR_Z(manifestPathPg(STRDEF("pg_data/PG_VERSION")), "PG_VERSION", "check pg_data path/… in testRun()
1786 …TEST_RESULT_STR_Z(manifestPathPg(STRDEF("pg_tblspc/1")), "pg_tblspc/1", "check pg_tblspc path/file… in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/info/
H A Dinfo.c501 kvPut(varKv(link), KEY_NAME_VAR, VARSTR(manifestPathPg(target->name))); in backupListAdd()
521 varLstAdd(checksumPageErrorList, varNewStr(manifestPathPg(file->name))); in backupListAdd()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c1445 pckWriteStrP(param, manifestPathPg(file->name)); in backupJobCallback()
1606manifestPathPg(manifestFileFind(manifest, varStr(protocolParallelJobKey(job)))->name)), in backupProcess()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache6594 …nctions, move getters above the helper functions, and rename manifestPgPath() to manifestPathPg()."