From db2faa943a0d3517f9e9641b9012d81ecc870ff6 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Tue, 24 Oct 2000 09:56:23 +0000 Subject: WAL misc --- src/backend/bootstrap/bootstrap.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/backend/bootstrap/bootstrap.c') diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 275433dda39..aab0c21230e 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.94 2000/10/21 15:43:24 vadim Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.95 2000/10/24 09:56:09 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -399,6 +399,10 @@ BootstrapMain(int argc, char *argv[]) */ Int_yyparse(); +#ifdef XLOG + FlushBufferPool(); +#endif + /* clean up processing */ StartTransactionCommand(); cleanup(); -- cgit v1.2.3