From: Heikki Linnakangas Date: Wed, 28 Jan 2009 09:51:32 +0000 (+0200) Subject: Revert some useless whitespace changes X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=671492bfb4781e8b0d20a3834851482752db0fe2;p=users%2Fsimon%2Fpostgres.git Revert some useless whitespace changes --- diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 38b68b02d7..5675bfbcbd 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -17,7 +17,6 @@ #define XLOG_INTERNAL_H #include "access/xlog.h" -#include "catalog/pg_control.h" #include "fmgr.h" #include "pgtime.h" #include "storage/block.h" diff --git a/src/include/postmaster/bgwriter.h b/src/include/postmaster/bgwriter.h index d52d12ce21..c1c9d7f580 100644 --- a/src/include/postmaster/bgwriter.h +++ b/src/include/postmaster/bgwriter.h @@ -12,7 +12,6 @@ #ifndef _BGWRITER_H #define _BGWRITER_H -#include "catalog/pg_control.h" #include "storage/block.h" #include "storage/relfilenode.h" @@ -26,7 +25,6 @@ extern double CheckPointCompletionTarget; extern void BackgroundWriterMain(void); extern void RequestCheckpoint(int flags); - extern void CheckpointWriteDelay(int flags, double progress); extern bool ForwardFsyncRequest(RelFileNode rnode, ForkNumber forknum,