diff options
author | Bruce Momjian | 1998-10-08 18:30:52 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-10-08 18:30:52 +0000 |
commit | 173c555948b9002b3b899d7331682e8812d171dc (patch) | |
tree | 76ee9e08cdd0d06a890d160d17d99e9f5331d4a2 /src/include/miscadmin.h | |
parent | 0a1c2805b35f59b3654d51c965d03699e60b50f7 (diff) |
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 6fe0bec78bf..436b6cbf241 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.33 1998/09/01 04:33:59 momjian Exp $ + * $Id: miscadmin.h,v 1.34 1998/10/08 18:30:18 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -197,10 +197,7 @@ extern void InitPostgres(char *name); /* in miscinit.c */ extern void ExitPostgres(ExitStatus status); -extern void StatusBackendExit(int status); -extern void StatusPostmasterExit(int status); -extern bool IsNoProcessingMode(void); extern bool IsBootstrapProcessingMode(void); extern bool IsInitProcessingMode(void); extern bool IsNormalProcessingMode(void); |