From b0299c5d3743dc7cc91f31eee1463e74ffca7d78 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Thu, 9 Nov 2000 11:26:00 +0000 Subject: Auto checkpoint creation. --- src/include/bootstrap/bootstrap.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/bootstrap') 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 */ -- cgit v1.2.3