diff options
author | Bruce Momjian | 1998-05-29 17:00:34 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-05-29 17:00:34 +0000 |
commit | 212c905e2c5a5f470d5ecd1fa45241ca41a98308 (patch) | |
tree | d5c2aedf587c7263c2828c99648fbd367e867c61 /src/include/miscadmin.h | |
parent | 2d4c6cab962fa17486ad2843f4d2bf0e5eec3628 (diff) |
Remove fork()/exec() and only do fork(). Small cleanups.
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 f5da6e628a..d7cee404c5 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.23 1998/05/19 18:05:52 momjian Exp $ + * $Id: miscadmin.h,v 1.24 1998/05/29 17:00:22 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -55,7 +55,6 @@ extern Oid MyDatabaseId; extern bool TransactionInitWasProcessed; extern bool IsUnderPostmaster; -extern bool IsPostmaster; extern short DebugLvl; |