Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: a87c71b244b570de687cf5c85b5ca80c2d07fc2a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MISC_UTILS_H
#define MISC_UTILS_H

int			query_limit(int limit);
int			backend_pid(void);
int			unlisten(char *relname);
int			max(int x, int y);
int			min(int x, int y);

#endif