mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	In pg_upgrade, fix backward logging display of link operations.
This commit is contained in:
		
							parent
							
								
									25cc7424e3
								
							
						
					
					
						commit
						0857a84498
					
				| @ -243,7 +243,7 @@ transfer_relfile(pageCnvCtx *pageConverter, const char *oldfile, | ||||
| 	} | ||||
| 	else | ||||
| 	{ | ||||
| 		pg_log(PG_INFO, "linking %s to %s\n", newfile, oldfile); | ||||
| 		pg_log(PG_INFO, "linking %s to %s\n", oldfile, newfile); | ||||
| 
 | ||||
| 		if ((msg = linkAndUpdateFile(pageConverter, oldfile, newfile)) != NULL) | ||||
| 			pg_log(PG_FATAL, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user