diff options
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 475f5ed8611..b8bedca04a4 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -3265,7 +3265,7 @@ multixact_redo(XLogReaderState *record) xlrec->moff + xlrec->nmembers); /* - * Make sure nextFullXid is beyond any XID mentioned in the record. + * Make sure nextXid is beyond any XID mentioned in the record. * This should be unnecessary, since any XID found here ought to have * other evidence in the XLOG, but let's be safe. */ |