]> 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 0367522da3a3a490d04e293030fd703b80c9ae01..376f6fe447ce4c5fb852ef51580f2149c99d5fd0 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.32 2003/11/19 15:55:08 wieck Exp $
+ * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.36 2004/07/21 20:23:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -34,7 +34,7 @@ typedef struct hashnode
 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,8 +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_BGWRITER       4
-#define BS_XLOG_SHUTDOWN       5
+#define BS_XLOG_BGWRITER       3
+#define BS_XLOG_AUTOVAC                4
 
 #endif   /* BOOTSTRAP_H */