aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/clog.h
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2021-01-05 11:40:03 +1300
committerThomas Munro <tmunro@postgresql.org>2021-01-05 11:42:38 +1300
commit87c23d36a3bc81e57b813f13c403f74a67ff33a9 (patch)
treeb3ace59821b44b7df8ad344b45a29e1260701c9b /src/include/access/clog.h
parent1c1cbe279b3c6e8038c8f8079402f069bb4cea4c (diff)
downloadpostgresql-87c23d36a3bc81e57b813f13c403f74a67ff33a9.tar.gz
postgresql-87c23d36a3bc81e57b813f13c403f74a67ff33a9.zip
Remove unused function prototypes.
Cleanup for commit dee663f7. Reported-by: Tomas Vondra <tomas.vondra@enterprisedb.com> Discussion: https://postgr.es/m/CA+hUKGLJ=84YT+NvhkEEDAuUtVHMfQ9i-N7k_o50JmQ6Rpj_OQ@mail.gmail.com
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);