mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo.
Jim Nasby
This commit is contained in:
parent
aba8943082
commit
932b97a011
1 changed files with 1 additions and 1 deletions
|
|
@ -3019,7 +3019,7 @@ heap_delete(Relation relation, ItemPointer tid,
|
|||
Assert(ItemPointerIsValid(tid));
|
||||
|
||||
/*
|
||||
* 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
|
||||
* have no provision for broadcasting it to them.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue