From cfeca62148582a05466362f1957572f5a9900ab5 Mon Sep 17 00:00:00 2001 From: Jan Wieck Date: Wed, 19 Nov 2003 15:55:08 +0000 Subject: Background writer process This first part of the background writer does no syncing at all. It's only purpose is to keep the LRU heads clean so that regular backends seldom to never have to call write(). Jan --- src/include/bootstrap/bootstrap.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/bootstrap') diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index e444aeef43c..0367522da3a 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 * - * $Id: bootstrap.h,v 1.31 2003/08/04 02:40:10 momjian Exp $ + * $Id: bootstrap.h,v 1.32 2003/11/19 15:55:08 wieck Exp $ * *------------------------------------------------------------------------- */ @@ -59,6 +59,7 @@ extern void Int_yyerror(const char *str); #define BS_XLOG_BOOTSTRAP 1 #define BS_XLOG_STARTUP 2 #define BS_XLOG_CHECKPOINT 3 -#define BS_XLOG_SHUTDOWN 4 +#define BS_XLOG_BGWRITER 4 +#define BS_XLOG_SHUTDOWN 5 #endif /* BOOTSTRAP_H */ -- cgit v1.2.3