mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
		@@ -55,7 +55,8 @@ garbage_left(enum ARRAY_TYPE isarray, char **scan_length, enum COMPAT_MODE compa
 | 
			
		||||
		if (INFORMIX_MODE(compat) && **scan_length == '.')
 | 
			
		||||
		{
 | 
			
		||||
			/* skip invalid characters */
 | 
			
		||||
			do {
 | 
			
		||||
			do
 | 
			
		||||
			{
 | 
			
		||||
				(*scan_length)++;
 | 
			
		||||
			} while (isdigit((unsigned char) **scan_length));
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
@@ -1109,7 +1109,7 @@ ecpg_build_params(struct statement *stmt)
 | 
			
		||||
	struct variable *var;
 | 
			
		||||
	int			desc_counter = 0;
 | 
			
		||||
	int			position = 0;
 | 
			
		||||
	const char	   *value;
 | 
			
		||||
	const char *value;
 | 
			
		||||
	bool		std_strings = false;
 | 
			
		||||
 | 
			
		||||
	/* Get standard_conforming_strings setting. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user