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

Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean

up debugging options for postmaster and postgres programs.  postmaster
-d is no longer optional.  Documentation updates.
This commit is contained in:
Bruce Momjian
1999-10-08 04:28:57 +00:00
parent 5ce158c534
commit ae61ef34bd
6 changed files with 47 additions and 40 deletions

View File

@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.43 1999/10/06 21:58:13 vadim Exp $
* $Id: miscadmin.h,v 1.44 1999/10/08 04:28:52 momjian Exp $
*
* NOTES
* some of the information in this file will be moved to
@ -59,7 +59,7 @@ extern bool TransactionInitWasProcessed;
extern bool IsUnderPostmaster;
extern short DebugLvl;
extern int DebugLvl;
/* Date/Time Configuration
*