1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Make bootstrap debug messages more readable. Clean up some clutter.

This commit is contained in:
Peter Eisentraut
2001-05-12 01:48:49 +00:00
parent c51b00a213
commit 2e1579a99f
7 changed files with 132 additions and 157 deletions

View File

@ -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;