diff options
| author | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-02 08:03:21 +0000 |
|---|---|---|
| committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-11-02 08:03:21 +0000 |
| commit | 2f55c535e1f026929cf20855b3790d3632062d42 (patch) | |
| tree | 80069348e7b2a454c08c8fc4ffad7aed84db901d /src/backend/access/transam/multixact.c | |
| parent | 7f797d27fe0be5200ad5fd5af6cefcee30c8e24a (diff) | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c index 3f3bdc03353..1cb3dfab375 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) |
