1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

After any checkpoint, close all smgr files handles in bgwriter

This commit is contained in:
Simon Riggs
2012-06-01 09:24:53 +01:00
parent a297d64d92
commit 055c352abb
3 changed files with 36 additions and 0 deletions

View File

@@ -38,4 +38,6 @@ extern void AbsorbFsyncRequests(void);
extern Size CheckpointerShmemSize(void);
extern void CheckpointerShmemInit(void);
extern bool FirstCallSinceLastCheckpoint(void);
#endif /* _BGWRITER_H */