aboutsummaryrefslogtreecommitdiff
path: root/src/include/bootstrap/bootstrap.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-21 20:23:05 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-21 20:23:05 +0000
commit8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 (patch)
treefb199665ef95ed7b4bbceab1978a69476a5720f1 /src/include/bootstrap/bootstrap.h
parent83997560b755523545424f7e8909e656b0f3f500 (diff)
downloadpostgresql-8dec0c1bf2f1bb1535c7fae63ab64eeff3190760.tar.gz
postgresql-8dec0c1bf2f1bb1535c7fae63ab64eeff3190760.zip
lease find enclosed a patch that matches the PL/Perl documentation
(fairly closely, I hope) to the current PL/Perl implementation. David Fetter
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r--src/include/bootstrap/bootstrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 21ed4828692..376f6fe447c 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.35 2004/05/29 22:48:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.36 2004/07/21 20:23:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -59,5 +59,6 @@ extern void Int_yyerror(const char *str);
#define BS_XLOG_BOOTSTRAP 1
#define BS_XLOG_STARTUP 2
#define BS_XLOG_BGWRITER 3
+#define BS_XLOG_AUTOVAC 4
#endif /* BOOTSTRAP_H */