mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix typo
This commit is contained in:
parent
d881dd6233
commit
60eea3780c
@ -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…
Reference in New Issue
Block a user