diff options
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r-- | src/include/storage/bufmgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index b8a18b8081f..73762cb1ec8 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -182,7 +182,6 @@ extern bool HoldingBufferPinThatDelaysRecovery(void); extern void AbortBufferIO(void); -extern void BufmgrCommit(void); extern bool BgBufferSync(struct WritebackContext *wb_context); extern void TestForOldSnapshot_impl(Snapshot snapshot, Relation relation); |