Commit 932b97a0 authored by Robert Haas's avatar Robert Haas

Fix typo.

Jim Nasby
parent aba89430
...@@ -3019,7 +3019,7 @@ heap_delete(Relation relation, ItemPointer tid, ...@@ -3019,7 +3019,7 @@ heap_delete(Relation relation, ItemPointer tid,
Assert(ItemPointerIsValid(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 * 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.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment