mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 00:08:23 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			134 B
		
	
	
	
		
			C
		
	
	
	
	
	
typedef struct NDBOX
 | 
						|
{
 | 
						|
	unsigned int size;			/* required to be a Postgres varlena type */
 | 
						|
	unsigned int dim;
 | 
						|
	float		x[1];
 | 
						|
}			NDBOX;
 |