mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Final pgindent + perltidy run for v10.
This commit is contained in:
		@@ -593,7 +593,7 @@ cfread(void *ptr, int size, cfp *fp)
 | 
			
		||||
		ret = gzread(fp->compressedfp, ptr, size);
 | 
			
		||||
		if (ret != size && !gzeof(fp->compressedfp))
 | 
			
		||||
		{
 | 
			
		||||
			int		errnum;
 | 
			
		||||
			int			errnum;
 | 
			
		||||
			const char *errmsg = gzerror(fp->compressedfp, &errnum);
 | 
			
		||||
 | 
			
		||||
			exit_horribly(modulename,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user