diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 91ceb1140cd..da88c6f824d 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.2 1996/11/06 10:28:59 scrappy Exp $ + * $Id: miscadmin.h,v 1.3 1996/11/12 06:47:10 bryanh Exp $ * * NOTES * some of the information in this file will be moved to @@ -70,14 +70,6 @@ extern Oid LastOidProcessed; /* for query rewrite */ #define NDBUFS 64 /***************************************************************************** - * magic.h - definitions of the indexes of the magic numbers * - *****************************************************************************/ - -#define PG_RELEASE 6 -#define PG_VERSION 0 -#define PG_VERFILE "PG_VERSION" - -/***************************************************************************** * pdir.h -- * * POSTGRES directory path definitions. * *****************************************************************************/ @@ -148,7 +140,6 @@ typedef int16 ExitStatus; /* in utils/init/postinit.c */ extern void InitMyDatabaseId(void); -extern void DoChdirAndInitDatabaseNameAndPath(char *name, char *path); extern void InitUserid(void); extern void InitCommunication(void); extern void InitStdio(void); @@ -170,12 +161,4 @@ extern bool IsNormalProcessingMode(void); extern void SetProcessingMode(ProcessingMode mode); extern ProcessingMode GetProcessingMode(void); - -/* - * Prototypes for utils/init/magic.c - */ -extern int DatabaseMetaGunkIsConsistent(const char *database, char *path); -extern int ValidPgVersion(const char *path); -extern void SetPgVersion(const char *path); - #endif /* MISCADMIN_H */ |