mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix accidentally swapped error message arguments
Author: Alexey Kondratov <a.kondratov@postgrespro.ru>
This commit is contained in:
		@@ -2497,7 +2497,7 @@ setup_bin_paths(const char *argv0)
 | 
				
			|||||||
			pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
 | 
								pg_log_error("The program \"postgres\" is needed by %s but was not found in the\n"
 | 
				
			||||||
						 "same directory as \"%s\".\n"
 | 
											 "same directory as \"%s\".\n"
 | 
				
			||||||
						 "Check your installation.",
 | 
											 "Check your installation.",
 | 
				
			||||||
						 full_path, progname);
 | 
											 progname, full_path);
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			pg_log_error("The program \"postgres\" was found by \"%s\"\n"
 | 
								pg_log_error("The program \"postgres\" was found by \"%s\"\n"
 | 
				
			||||||
						 "but was not the same version as %s.\n"
 | 
											 "but was not the same version as %s.\n"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user