mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	Make sure pg_rewind can't run as root
Previously a warning was printed, but the tool actually kept running even when running as root. This is something we definitely want to prevent, but since this means a behavior change, not backpatching. Author: Michael Paquier
This commit is contained in:
		
							parent
							
								
									a65e17bd6f
								
							
						
					
					
						commit
						5d5aeddabf
					
				@ -208,6 +208,7 @@ main(int argc, char **argv)
 | 
			
		||||
		fprintf(stderr, _("cannot be executed by \"root\"\n"));
 | 
			
		||||
		fprintf(stderr, _("You must run %s as the PostgreSQL superuser.\n"),
 | 
			
		||||
				progname);
 | 
			
		||||
		exit(1);
 | 
			
		||||
	}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user