From 2986aa6a668bce3cfb83606bb52e9d01ae66ad6c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 Nov 2002 02:44:57 +0000 Subject: Add checkpoint_warning to warn of excessive checkpoints caused by too few WAL files. --- src/include/access/xlog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/access/xlog.h') diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index f5c3e59cbce..1659c65b930 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlog.h,v 1.39 2002/09/26 22:58:34 tgl Exp $ + * $Id: xlog.h,v 1.40 2002/11/15 02:44:57 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H @@ -184,6 +184,7 @@ extern XLogRecPtr ProcLastRecEnd; /* these variables are GUC parameters related to XLOG */ extern int CheckPointSegments; +extern int CheckPointWarning; extern int XLOGbuffers; extern int XLOG_DEBUG; extern char *XLOG_sync_method; -- cgit v1.2.3