From d20763dbee7cdf8a700bf6bdd120b3913a3b99f4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Jun 2005 22:56:29 +0000 Subject: 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.) --- contrib/miscutil/misc_utils.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 contrib/miscutil/misc_utils.h (limited to 'contrib/miscutil/misc_utils.h') diff --git a/contrib/miscutil/misc_utils.h b/contrib/miscutil/misc_utils.h deleted file mode 100644 index 3de5ac70018..00000000000 --- 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 -- cgit v1.2.3