projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f644c3b
)
Fix typo in comment.
author
Robert Haas
<
[email protected]
>
Thu, 22 Mar 2018 17:36:14 +0000
(13:36 -0400)
committer
Robert Haas
<
[email protected]
>
Thu, 22 Mar 2018 17:36:14 +0000
(13:36 -0400)
Michael Paquier
Discussion: http://postgr.es/m/
20180205071404
[email protected]
src/backend/access/transam/multixact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/multixact.c
b/src/backend/access/transam/multixact.c
index 6d6f2e30164b0ddcff1566c882c778e0084c4f90..a9a51055e967dfce581a6b6c049c4d85ef3836d8 100644
(file)
--- 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/offset
s
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