diff options
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r-- | src/include/bootstrap/bootstrap.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 3093aea6325..b80641bd96e 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.26 2001/11/05 17:46:31 momjian Exp $ + * $Id: bootstrap.h,v 1.27 2002/03/02 21:39:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,8 +34,6 @@ typedef struct hashnode extern Relation reldesc; extern Form_pg_attribute attrtypes[MAXATTR]; extern int numattr; -extern int DebugMode; - extern int BootstrapMain(int ac, char *av[]); extern void index_register(char *heap, char *ind, IndexInfo *indexInfo); |