mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Message style improvements
This commit is contained in:
		@@ -110,7 +110,7 @@ ParseCompressionOption(int compression, CompressionAlgorithm *alg, int *level)
 | 
			
		||||
		*alg = COMPR_ALG_NONE;
 | 
			
		||||
	else
 | 
			
		||||
	{
 | 
			
		||||
		exit_horribly(modulename, "Invalid compression code: %d\n",
 | 
			
		||||
		exit_horribly(modulename, "invalid compression code: %d\n",
 | 
			
		||||
					  compression);
 | 
			
		||||
		*alg = COMPR_ALG_NONE;	/* keep compiler quiet */
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user