mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 10:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef MISC_UTILS_H
 | |
| #define MISC_UTILS_H
 | |
| 
 | |
| int			backend_pid(void);
 | |
| int			unlisten(char *relname);
 | |
| int			max(int x, int y);
 | |
| int			min(int x, int y);
 | |
| int			active_listeners(text *relname);
 | |
| 
 | |
| #endif
 |