1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

Use the PG_FILE_POSTMTRPID constant where appropriate.

Do the same in Perl with the MANIFEST_FILE_POSTMTRPID constant.
This commit is contained in:
David Steele
2022-01-20 08:41:05 -05:00
parent 4ca0590a51
commit 16559d9e42
7 changed files with 15 additions and 14 deletions

View File

@ -621,7 +621,7 @@ sub run
{oExpectedManifest => \%oManifest,
strOptionalParam => '--force --checksum-page' . ($bDeltaBackup ? ' --delta' : '')});
# Remove postmas'.'ter.pid so restore will succeed (the rest will be cleaned up by the delta)
# Remove pid so restore will succeed (the rest will be cleaned up by the delta)
storageTest->remove($oHostDbPrimary->dbBasePath() . '/' . DB_FILE_POSTMTRPID);
# Restore - tests various mode, extra files/paths, missing files/paths