aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/clog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/clog.h')
-rw-r--r--src/include/access/clog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index e3329de10b9..39b8e4afa8a 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -46,7 +46,6 @@ extern void CLOGShmemInit(void);
extern void BootStrapCLOG(void);
extern void StartupCLOG(void);
extern void TrimCLOG(void);
-extern void ShutdownCLOG(void);
extern void CheckPointCLOG(void);
extern void ExtendCLOG(TransactionId newestXact);
extern void TruncateCLOG(TransactionId oldestXact, Oid oldestxid_datoid);