mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Fix typo
This commit is contained in:
parent
0bc00363b9
commit
eeb811c454
@ -1371,7 +1371,7 @@ mXactCacheGetById(MultiXactId multi, MultiXactMember **members)
|
|||||||
entry->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
|
* This is acceptable only because we exit the iteration
|
||||||
* immediately afterwards.
|
* immediately afterwards.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user