diff options
| author | Vadim B. Mikheev | 2000-11-09 11:26:00 +0000 |
|---|---|---|
| committer | Vadim B. Mikheev | 2000-11-09 11:26:00 +0000 |
| commit | b0299c5d3743dc7cc91f31eee1463e74ffca7d78 (patch) | |
| tree | bcc71a7684729ebc0476c25e5c4def199b1e560b /src/include/bootstrap | |
| parent | a0951eec081bc34a30d069910c0a2ceb6515042a (diff) | |
Auto checkpoint creation.
Diffstat (limited to 'src/include/bootstrap')
| -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 882ac3c7d1..d19231ce41 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 */ |
