From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Typo with pg_multixact/offset in multixact.c |
Date: | 2018-02-05 07:14:04 |
Message-ID: | 20180205071404.GB17337@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
While hacking some stuff, I bumped into the following:
--- 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
Thanks,
--
Michael
Attachment | Content-Type | Size |
---|---|---|
multixact-offset-typo.patch | text/plain | 767 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2018-02-05 07:58:28 | Re: csv format for psql |
Previous Message | Michael Paquier | 2018-02-05 07:10:22 | Using base backup exclusion filters to reduce data transferred with pg_rewind |