diff options
author | Robert Haas <rhaas@postgresql.org> | 2018-03-22 13:36:14 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2018-03-22 13:36:14 -0400 |
commit | 8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9 (patch) | |
tree | 5035f873916d28b4297a21a7f112e6c64d6f79b9 /src | |
parent | f644c3b386acc9e1bfef2c4fbe738706d3ccf3a3 (diff) | |
download | postgresql-8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9.tar.gz postgresql-8a8c4f3b325ea00cc4ffb106a71e65e79c5d7af9.zip |
Fix typo in comment.
Michael Paquier
Discussion: http://postgr.es/m/20180205071404.GB17337@paquier.xyz
Diffstat (limited to 'src')
-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 6d6f2e30164..a9a51055e96 100644 --- a/src/backend/access/transam/multixact.c +++ b/src/backend/access/transam/multixact.c @@ -1932,7 +1932,7 @@ ZeroMultiXactMemberPage(int pageno, bool writeXlog) * MaybeExtendOffsetSlru * Extend the offsets SLRU area, if necessary * - * After a binary upgrade from <= 9.2, the pg_multixact/offset SLRU area might + * After a binary upgrade from <= 9.2, the pg_multixact/offsets SLRU area might * contain files that are shorter than necessary; this would occur if the old * installation had used multixacts beyond the first page (files cannot be * copied, because the on-disk representation is different). pg_upgrade would |