diff options
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index b203b82899a..4af8fdc3642 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -8832,7 +8832,7 @@ CreateRestartPoint(int flags) } /* - * Due to an historical accident multixact truncations are not WAL-logged, + * Due to a historical accident multixact truncations are not WAL-logged, * but just performed everytime the mxact horizon is increased. So, unless * we explicitly execute truncations on a standby it will never clean out * /pg_multixact which obviously is bad, both because it uses space and |