projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d881dd6
)
Fix typo
author
Alvaro Herrera
Fri, 13 Dec 2013 20:26:58 +0000
(17:26 -0300)
committer
Alvaro Herrera
Fri, 13 Dec 2013 20:27:16 +0000
(17:27 -0300)
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 eb77f3ef2cea56d206433e2868922d0b19559778..05e1dcb49c5dd449c24330532ae07f4a9e4c8927 100644
(file)
--- a/
src/backend/access/transam/multixact.c
+++ b/
src/backend/access/transam/multixact.c
@@
-1371,7
+1371,7
@@
mXactCacheGetById(MultiXactId multi, MultiXactMember **members)
entry->members));
/*
- * Note we modify the list while not using a modif
y
able iterator.
+ * Note we modify the list while not using a modif
i
able iterator.
* This is acceptable only because we exit the iteration
* immediately afterwards.
*/