mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-02 00:20:38 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __REWRITE_H__
 | 
						|
#define __REWRITE_H__
 | 
						|
 | 
						|
ITEM	   *clean_NOT(ITEM * ptr, int4 *len);
 | 
						|
ITEM	   *clean_fakeval(ITEM * ptr, int4 *len);
 | 
						|
 | 
						|
#endif
 |