diff options
| author | Bruce Momjian | 2004-07-21 20:34:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-07-21 20:34:50 +0000 |
| commit | 7a55ba76151db6baf8760e035468f95b77b73153 (patch) | |
| tree | 1df3c3cfdaf0bd279a7eb091fd9b4183597d484c /src/include/bootstrap | |
| parent | 8dec0c1bf2f1bb1535c7fae63ab64eeff3190760 (diff) | |
Back out pg_autovacuum commit after cvs clean failure causes commit.
Diffstat (limited to 'src/include/bootstrap')
| -rw-r--r-- | src/include/bootstrap/bootstrap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 376f6fe447c..dfa606e9a94 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.36 2004/07/21 20:23:03 momjian Exp $ + * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.37 2004/07/21 20:34:47 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -59,6 +59,5 @@ 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 */ |
