mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typo.
Thomas Munro
This commit is contained in:
@ -3480,7 +3480,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
|
|||||||
Assert(ItemPointerIsValid(otid));
|
Assert(ItemPointerIsValid(otid));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Forbid this during a parallel operation, lets it allocate a combocid.
|
* Forbid this during a parallel operation, lest it allocate a combocid.
|
||||||
* Other workers might need that combocid for visibility checks, and we
|
* Other workers might need that combocid for visibility checks, and we
|
||||||
* have no provision for broadcasting it to them.
|
* have no provision for broadcasting it to them.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user