diff options
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r-- | src/include/bootstrap/bootstrap.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 882ac3c7d1c..d19231ce419 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.19 2000/07/14 22:17:54 tgl Exp $ + * $Id: bootstrap.h,v 1.20 2000/11/09 11:26:00 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -57,4 +57,10 @@ extern void build_indices(void); extern int Int_yylex(void); 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 + #endif /* BOOTSTRAP_H */ |