mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			116 B
		
	
	
	
		
			C
		
	
	
	
	
	
typedef struct SEG
 | 
						|
{
 | 
						|
	float		lower;
 | 
						|
	float		upper;
 | 
						|
	char		l_sigd;
 | 
						|
	char		u_sigd;
 | 
						|
	char		l_ext;
 | 
						|
	char		u_ext;
 | 
						|
}	SEG;
 |