mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update of contrib stuff from massimo.
This commit is contained in:
10
contrib/miscutil/misc_utils.h
Normal file
10
contrib/miscutil/misc_utils.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user