Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/postgres/
H A DinterfaceTest.c168 TEST_RESULT_STR_Z(pgWalPath(PG_VERSION_96), "pg_xlog", "check xlog path"); in testRun()
169 TEST_RESULT_STR_Z(pgWalPath(PG_VERSION_10), "pg_wal", "check wal path"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/postgres/
H A Dinterface.h165 const String *pgWalPath(unsigned int pgVersion);
H A Dinterface.c629 pgWalPath(unsigned int pgVersion) in pgWalPath() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DbackupTest.c99 …manifestName, strNewFmt(MANIFEST_TARGET_PGDATA "/%s/", strZ(pgWalPath(data->manifestData->pgVersio… in testBackupValidateCallback()
1628 … HRN_STORAGE_PATH_CREATE(storagePgWrite(), strZ(pgWalPath(PG_VERSION_95)), .noParentCreate = true); in testRun()
2181 HRN_STORAGE_PATH_REMOVE(storagePgWrite(), strZ(pgWalPath(PG_VERSION_95))); in testRun()
2182 … HRN_STORAGE_PATH_CREATE(storagePgWrite(), strZ(pgWalPath(PG_VERSION_11)), .noParentCreate = true); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c1783 …MANIFEST_TARGET_PGDATA "/%s/%s", strZ(pgWalPath(manifestData(manifest)->pgVersion)), strZ(walSegme… in backupArchiveCheckCopy()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dmanifest.c1092 … .manifestWalName = strNewFmt(MANIFEST_TARGET_PGDATA "/%s", strZ(pgWalPath(pgVersion))), in manifestNewBuild()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache6204 "subject": "Add pgWalPath() to return version-specific WAL path.",