mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	pg_update: slight major version adjustment
This commit is contained in:
		
							parent
							
								
									4456763c78
								
							
						
					
					
						commit
						2e6602dfc2
					
				| @ -123,7 +123,7 @@ check_and_dump_old_cluster(bool live_check, char **sequence_script_file_name) | ||||
| 	} | ||||
| 
 | ||||
| 	/* Pre-PG 9.4 had a different 'line' data type internal format */ | ||||
| 	if (GET_MAJOR_VERSION(old_cluster.major_version) < 904) | ||||
| 	if (GET_MAJOR_VERSION(old_cluster.major_version) <= 903) | ||||
| 		old_9_3_check_for_line_data_type_usage(&old_cluster); | ||||
| 
 | ||||
| 	/* Pre-PG 9.0 had no large object permissions */ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user