aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/clog.h
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:06:54 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-11-02 08:06:54 +0000
commit9e5fe4d49227c5c5297410d54d6551a726814adc (patch)
treed52c92a8ca527ff0f7e0a664f71b5cb9c4b8f982 /src/include/access/clog.h
parent5e4dd5f63ba2f4ac6f78c42f975b58e15291f64a (diff)
downloadpostgresql-9e5fe4d49227c5c5297410d54d6551a726814adc.tar.gz
postgresql-9e5fe4d49227c5c5297410d54d6551a726814adc.zip
Fix timing of Startup CLOG and MultiXact during Hot Standby
Patch by me, bug report by Chris Redekop, analysis by Florian Pflug
Diffstat (limited to 'src/include/access/clog.h')
-rw-r--r--src/include/access/clog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index 7a8918e0fc5..691430c97ca 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -40,6 +40,7 @@ extern Size CLOGShmemSize(void);
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);