mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			C
		
	
	
	
	
	
typedef struct SEG {
 | 
						|
  float lower;
 | 
						|
  float upper;
 | 
						|
  char  l_sigd;
 | 
						|
  char  u_sigd;  
 | 
						|
  char  l_ext;
 | 
						|
  char  u_ext;  
 | 
						|
} SEG;
 |