aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
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/backend/access/transam/multixact.c
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/backend/access/transam/multixact.c')
-rw-r--r--src/backend/access/transam/multixact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c
index bb3afd6000c..f0396726201 100644
--- a/src/backend/access/transam/multixact.c
+++ b/src/backend/access/transam/multixact.c
@@ -1568,7 +1568,7 @@ StartupMultiXact(void)
/*
* Zero out the remainder of the current members page. See notes in
- * StartupCLOG() for motivation.
+ * TrimCLOG() for motivation.
*/
entryno = MXOffsetToMemberEntry(offset);
if (entryno != 0)