diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-12-13 17:26:58 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-12-13 17:27:16 -0300 |
commit | 60eea3780c40fe7ac0332d83173947199e59f5cd (patch) | |
tree | 5eb4e318dd35be11d693a09a450392955b12838f | |
parent | d881dd6233f4eec6404f003bb08312e9e650e0e2 (diff) | |
download | postgresql-60eea3780c40fe7ac0332d83173947199e59f5cd.tar.gz postgresql-60eea3780c40fe7ac0332d83173947199e59f5cd.zip |
Fix typo
-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 eb77f3ef2ce..05e1dcb49c5 100644 --- 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 modifyable iterator. + * Note we modify the list while not using a modifiable iterator. * This is acceptable only because we exit the iteration * immediately afterwards. */ |