summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSimon Riggs2012-06-01 08:24:53 +0000
committerSimon Riggs2012-06-01 08:24:53 +0000
commit055c352abbf764a08496e94054137da9e26dac04 (patch)
tree498c69122a13e44fc59a3b913bea47259a291a30 /src/include
parenta297d64d9223f6bd9c495ff5726a3c99080c2a4a (diff)
After any checkpoint, close all smgr files handles in bgwriter
Diffstat (limited to 'src/include')
-rw-r--r--src/include/postmaster/bgwriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/postmaster/bgwriter.h b/src/include/postmaster/bgwriter.h
index d17dd174875..f46d4ad7077 100644
--- a/src/include/postmaster/bgwriter.h
+++ b/src/include/postmaster/bgwriter.h
@@ -38,4 +38,6 @@ extern void AbsorbFsyncRequests(void);
extern Size CheckpointerShmemSize(void);
extern void CheckpointerShmemInit(void);
+extern bool FirstCallSinceLastCheckpoint(void);
+
#endif /* _BGWRITER_H */