]> granicus.if.org Git - postgresql/blobdiff - src/include/bootstrap/bootstrap.h
lease find enclosed a patch that matches the PL/Perl documentation
[postgresql] / src / include / bootstrap / bootstrap.h
index a2e3a0df193f2b13cdfcda569f27388d4b4d50ac..376f6fe447ce4c5fb852ef51580f2149c99d5fd0 100644 (file)
@@ -4,10 +4,10 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.28 2002/03/26 19:16:20 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.36 2004/07/21 20:23:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -31,10 +31,10 @@ typedef struct hashnode
 } hashnode;
 
 
-extern Relation reldesc;
+extern Relation boot_reldesc;
 extern Form_pg_attribute attrtypes[MAXATTR];
 extern int     numattr;
-extern int     BootstrapMain(int ac, char *av[]);
+extern int     BootstrapMain(int argc, char *argv[]);
 
 extern void index_register(Oid heap, Oid ind, IndexInfo *indexInfo);
 
@@ -58,7 +58,7 @@ extern void Int_yyerror(const char *str);
 #define BS_XLOG_NOP                    0
 #define BS_XLOG_BOOTSTRAP      1
 #define BS_XLOG_STARTUP                2
-#define BS_XLOG_CHECKPOINT     3
-#define BS_XLOG_SHUTDOWN       4
+#define BS_XLOG_BGWRITER       3
+#define BS_XLOG_AUTOVAC                4
 
 #endif   /* BOOTSTRAP_H */