mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove extra whitespace in pg_upgrade status message.
There's no need to add another level of indentation to this status
message.  pg_log() will put it in the right place.
Oversight in commit 347758b120.
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/ZunW7XHLd2uTts4f%40nathan
Backpatch-through: 17
			
			
This commit is contained in:
		@@ -477,7 +477,7 @@ check_for_data_types_usage(ClusterInfo *cluster, DataTypesUsageChecks *checks)
 | 
				
			|||||||
				 */
 | 
									 */
 | 
				
			||||||
				if (!results[checknum])
 | 
									if (!results[checknum])
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					pg_log(PG_REPORT, "    failed check: %s", _(cur_check->status));
 | 
										pg_log(PG_REPORT, "failed check: %s", _(cur_check->status));
 | 
				
			||||||
					appendPQExpBuffer(&report, "\n%s\n%s    %s\n",
 | 
										appendPQExpBuffer(&report, "\n%s\n%s    %s\n",
 | 
				
			||||||
									  _(cur_check->report_text),
 | 
														  _(cur_check->report_text),
 | 
				
			||||||
									  _("A list of the problem columns is in the file:"),
 | 
														  _("A list of the problem columns is in the file:"),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user