8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f644c3b commit 8a8c4f3Copy full SHA for 8a8c4f3
src/backend/access/transam/multixact.c
@@ -1932,7 +1932,7 @@ ZeroMultiXactMemberPage(int pageno, bool writeXlog)
1932
* MaybeExtendOffsetSlru
1933
* Extend the offsets SLRU area, if necessary
1934
*
1935
- * 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
1936
* contain files that are shorter than necessary; this would occur if the old
1937
* installation had used multixacts beyond the first page (files cannot be
1938
* copied, because the on-disk representation is different). pg_upgrade would
0 commit comments