1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00
This commit is contained in:
Alvaro Herrera 2013-12-13 17:26:58 -03:00
parent 0bc00363b9
commit eeb811c454

View File

@ -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.
*/