diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-22 22:56:29 +0000 |
| commit | d20763dbee7cdf8a700bf6bdd120b3913a3b99f4 (patch) | |
| tree | 5cb9ed9ba10cdbac226fd6b96ac02a2cc5a543a8 /contrib/miscutil/misc_utils.h | |
| parent | 4cc7a93d220644ae068ce2639b961db6764a68f6 (diff) | |
| download | postgresql-d20763dbee7cdf8a700bf6bdd120b3913a3b99f4.tar.gz | |
Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
Diffstat (limited to 'contrib/miscutil/misc_utils.h')
| -rw-r--r-- | contrib/miscutil/misc_utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/miscutil/misc_utils.h b/contrib/miscutil/misc_utils.h deleted file mode 100644 index 3de5ac7001..0000000000 --- a/contrib/miscutil/misc_utils.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef MISC_UTILS_H -#define MISC_UTILS_H - -int backend_pid(void); -int unlisten(char *relname); -int int4max(int x, int y); -int int4min(int x, int y); -int active_listeners(text *relname); - -#endif |
