You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Update PostgreSQL 13 test catalog versions missed in 6bb111c1.
				
					
				
			These values are not used by the Perl integration tests so maybe it would be better to remove them, but for now just update since they should not be changing again for PG13.
This commit is contained in:
		| @@ -111,7 +111,7 @@ my $oPgControlVersionHash = | ||||
|     }, | ||||
|     1300 => | ||||
|     { | ||||
|         202005171 => PG_VERSION_13, | ||||
|         202007201 => PG_VERSION_13, | ||||
|     }, | ||||
| }; | ||||
|  | ||||
|   | ||||
| @@ -238,7 +238,7 @@ sub dbCatalogVersion | ||||
|         &PG_VERSION_10 => 201707211, | ||||
|         &PG_VERSION_11 => 201806231, | ||||
|         &PG_VERSION_12 => 201909212, | ||||
|         &PG_VERSION_13 => 202005171, | ||||
|         &PG_VERSION_13 => 202007201, | ||||
|     }; | ||||
|  | ||||
|     if (!defined($hCatalogVersion->{$strPgVersion})) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user