diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 01:48:49 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 01:48:49 +0000 |
commit | 2e1579a99f685cb6858eb7995b281a563ba67eec (patch) | |
tree | 7d1a6ff042834c7c423cccf8c8089482cd96a5e2 /src/include/miscadmin.h | |
parent | c51b00a2135b5cfa1e68006a8d2805541fd12b05 (diff) |
Make bootstrap debug messages more readable. Clean up some clutter.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index e69fba4b87b..742f58137c5 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.84 2001/05/08 21:06:43 petere Exp $ + * $Id: miscadmin.h,v 1.85 2001/05/12 01:48:49 petere Exp $ * * NOTES * some of the information in this file should be moved to @@ -113,7 +113,6 @@ extern int PostmasterMain(int argc, char *argv[]); * from utils/init/globals.c */ extern bool Noversion; -extern bool Quiet; extern char *DataDir; extern int MyProcPid; |