pull/6/head
Alvaro Herrera 12 years ago
parent d881dd6233
commit 60eea3780c
  1. 2
      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.
*/

Loading…
Cancel
Save