mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	diffs to 7.3-devel and may not be applicable to 7.2. I have included a change covered by a previous bugfix patch I submitted (the problem with -.1 not being accepted by cube_in). It does not include a fix for the potential buffer overrun issue I reported for cube_yyerror in cubeparse.y. Bruno Wolff III
		
			
				
	
	
		
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
| typedef struct NDBOX
 | |
| {
 | |
| 	unsigned int size;			/* required to be a Postgres varlena type */
 | |
| 	unsigned int dim;
 | |
| 	double		x[1];
 | |
| }	NDBOX;
 |