You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Update Perl page checksum expression.
This expression determines which files contain page checksums but it was also including the directory above the relation directories. In a real PostgreSQL installation this not a problem because these directories don't contain any files. However, our tests place a file in `base` which the Perl code thought should have page checksums while the new C code says no. Update the expression to document the change and avoid churn in the expect logs later.
This commit is contained in:
		| @@ -1067,8 +1067,7 @@ sub run | ||||
|         $oHostDbMaster->manifestReference(\%oManifest, $strBackup); | ||||
|  | ||||
|         $oHostDbMaster->manifestFileCreate( | ||||
|             \%oManifest, MANIFEST_TARGET_PGDATA, 'base/base2.txt', 'BASE2', '09b5e31766be1dba1ec27de82f975c1b6eea2a92', | ||||
|             $lTime, undef, undef, false); | ||||
|             \%oManifest, MANIFEST_TARGET_PGDATA, 'base/base2.txt', 'BASE2', '09b5e31766be1dba1ec27de82f975c1b6eea2a92', $lTime); | ||||
|  | ||||
|         $oHostDbMaster->manifestTablespaceDrop(\%oManifest, 1, 2); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user