summaryrefslogtreecommitdiff
path: root/src/include/bootstrap/bootstrap.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-12 01:48:49 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-12 01:48:49 +0000
commit2e1579a99f685cb6858eb7995b281a563ba67eec (patch)
tree7d1a6ff042834c7c423cccf8c8089482cd96a5e2 /src/include/bootstrap/bootstrap.h
parentc51b00a2135b5cfa1e68006a8d2805541fd12b05 (diff)
Make bootstrap debug messages more readable. Clean up some clutter.
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r--src/include/bootstrap/bootstrap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 16faa4f4050..5c3ebbcaae8 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.21 2001/01/24 19:43:20 momjian Exp $
+ * $Id: bootstrap.h,v 1.22 2001/05/12 01:48:49 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,8 +18,9 @@
#include "nodes/execnodes.h"
#include "utils/rel.h"
-/* MAXATTR is the maximum number of attributes in a relation supported
- * at bootstrap time (ie, the max possible in a system table).
+/*
+ * MAXATTR is the maximum number of attributes in a relation supported
+ * at bootstrap time (i.e., the max possible in a system table).
*/
#define MAXATTR 40
@@ -29,7 +30,6 @@ typedef struct hashnode
struct hashnode *next;
} hashnode;
-#define EMITPROMPT printf("> ")
extern Relation reldesc;
extern Form_pg_attribute attrtypes[MAXATTR];